Beispiel #1
0
 def tearDownClass(cls):
     flush_db(cls)
Beispiel #2
0
 def tearDownClass(cls):
     from util_test import flush_db
     flush_db(cls)
Beispiel #3
0
 def tearDownClass(cls):
     flush_db(cls)
Beispiel #4
0
 def tearDownClass(cls):
     """TearDown after all test cases. Flush the DB."""
     flush_db(cls)
     super().tearDownClass()
Beispiel #5
0
 def tearDownClass(cls):
     """TearDown after all test cases. Flush the DB."""
     flush_db(cls)
     super().tearDownClass()