I am having little trouble using the python setUpClass.
For example consider the following case
class MyTest(unittest.case.TestCase): @classmethod
use tearDownModule. It should be called after setUpClass runs.