示例#1
0
 def tearDownClass(cls):
     try:
         utils.close_environments(cls.spawned_docker_test_environments)
     except Exception as e:
         print(e)
     utils.close_environments(cls.test_environment)
示例#2
0
 def tearDownClass(cls):
     utils.close_environments(cls.spawned_docker_test_environments,
                              cls.test_environment)
示例#3
0
 def tearDownClass(cls):
     utils.close_environments(cls.test_environment)