Esempio n. 1
0
 def _fixture_setup(self):
     return TransactionTestCase._fixture_setup(self)
Esempio n. 2
0
 def _fixture_teardown(self):
     return TransactionTestCase._fixture_teardown(self)
Esempio n. 3
0
 def _fixture_teardown(self):
     return TransactionTestCase._fixture_teardown(self)
Esempio n. 4
0
 def _fixture_setup(self):
     return TransactionTestCase._fixture_setup(self)
Esempio n. 5
0
File: test.py Progetto: mayjo79/core
 def __init__(self, methodName):
     TransactionTestCase.__init__(self, methodName)
     LucteriosTestAbstract.__init__(self)
Esempio n. 6
0
 def tearDown(self):
     MongoTestCase.tearDown(self)
     TransactionTestCase.tearDown(self)
Esempio n. 7
0
 def __init__(self, methodName):
     TransactionTestCase.__init__(self, methodName)
     LucteriosTestAbstract.__init__(self)