Beispiel #1
0
 def tearDownClass(cls):
     print('Tearing down.')
     to_remove = [
         '.another_test_log_output', '.test_log_output',
         '.another_test_output'
     ]
     for removal in to_remove:
         os.rmdir(os.path.join(get_project_root_dir(), removal))
     teardown()
Beispiel #2
0
 def tearDownClass(cls):
     print('Tearing down.')
     teardown()
Beispiel #3
0
 def tearDownClass(cls):
     print('Performing teardown.')
     teardown()