示例#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)