Ejemplo n.º 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)
Ejemplo n.º 2
0
 def tearDownClass(cls):
     utils.close_environments(cls.spawned_docker_test_environments,
                              cls.test_environment)
Ejemplo n.º 3
0
 def tearDownClass(cls):
     utils.close_environments(cls.test_environment)