def tearDownClass(cls): disconnect()
def tearDownClass(cls): yield from cls.test_cls.drop_collection() yield from cls.test_ref.drop_collection() disconnect()