def tearDown(self): main.app.config['TESTING'] = False with main.app.test_request_context(): self.db.session.remove() self.db.drop_all()