示例#1
0
 def tearDownClass(cls):
     disconnect()
示例#2
0
 def tearDownClass(cls):
     yield from cls.test_cls.drop_collection()
     yield from cls.test_ref.drop_collection()
     disconnect()