def tearDown(self):
     drop_db_tables(db_filename)
Example #2
0
 def tearDown(self):
     self.session.close_all()
     drop_db_tables(db_filename)
 def tearDown(self):
     drop_db_tables(db_filename)
Example #4
0
 def tearDown(self):
     self.session.close_all()
     drop_db_tables(db_filename)