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