def destroy_fixtures(self):
     # Easiest to just drop the models and re-create them...
     db_models.unregister_models(db_api._ENGINE)
     db_models.register_models(db_api._ENGINE)
Esempio n. 2
0
 def destroy_fixtures(self):
     # Easiest to just drop the models and re-create them...
     db_models.unregister_models(db_api._ENGINE)
     db_models.register_models(db_api._ENGINE)