예제 #1
0
 def tearDownClass(cls):
     cls.execution_path = os.path.dirname(os.path.abspath(__file__))
     project = Project(os.path.join(cls.execution_path, "table"))
     project.remove_jobs_silently(recursive=True)
     project.remove(enable=True)
예제 #2
0
 def tearDownClass(cls):
     cls.file_location = os.path.dirname(os.path.abspath(__file__))
     project = Project(os.path.join(cls.file_location, "vasp_import_testing"))
     project.remove_jobs_silently(recursive=True)
     project.remove(enable=True)