示例#1
0
文件: base.py 项目: jwmatthews/r3
 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()