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