Ejemplo n.º 1
0
 def drop_collections(self):
     # Remember to drop the collections instead of the entire DB
     # Dropping the entire DB can mess up indexes
     # Removing the unique index leading to odd behavior in unit tests
     CDS.drop_collection()
     Cluster.drop_collection()