Пример #1
0
 def teardown_class():
     """
     Delete the password attribute and remove the database
     associated with the model documents.
     """
     del Config.password
     User.set_db(None)
     Group.set_db(None)
     Permission.set_db(None)