Пример #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()