Ejemplo n.º 1
0
 def _create_database(self):
     Database.db(self.TEST_DATABASE_NAME)
Ejemplo n.º 2
0
 def set_collection(cls, collection_name):
     return Database.db()[collection_name]