예제 #1
0
파일: tests.py 프로젝트: marcowilliam/radar
 def tearDownClass(cls):
     flush_db(cls)
예제 #2
0
 def tearDownClass(cls):
     from util_test import flush_db
     flush_db(cls)
예제 #3
0
파일: tests.py 프로젝트: vital-edu/radar
 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()