Example #1
0
 def tearDown(self):
     super(ESTestCase, self).tearDown()
     ESTestCase.teardown_class()
     FakeModel.reset()
Example #2
0
 def tearDown(self):
     super(ESTestCase, self).tearDown()
     ESTestCase.teardown_class()
     FakeModel.reset()
Example #3
0
 def setUp(self):
     super(ESTestCase, self).setUp()
     ESTestCase.setup_class()
Example #4
0
 def setUp(self):
     super(ESTestCase, self).setUp()
     ESTestCase.setup_class()