예제 #1
0
 def _fixture_setup(self):
     return TransactionTestCase._fixture_setup(self)
예제 #2
0
 def _fixture_teardown(self):
     return TransactionTestCase._fixture_teardown(self)
예제 #3
0
 def _fixture_teardown(self):
     return TransactionTestCase._fixture_teardown(self)
예제 #4
0
 def _fixture_setup(self):
     return TransactionTestCase._fixture_setup(self)
예제 #5
0
파일: test.py 프로젝트: mayjo79/core
 def __init__(self, methodName):
     TransactionTestCase.__init__(self, methodName)
     LucteriosTestAbstract.__init__(self)
예제 #6
0
 def tearDown(self):
     MongoTestCase.tearDown(self)
     TransactionTestCase.tearDown(self)
예제 #7
0
파일: test.py 프로젝트: Lucterios2/core
 def __init__(self, methodName):
     TransactionTestCase.__init__(self, methodName)
     LucteriosTestAbstract.__init__(self)