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