示例#1
0
 def tearDownClass(cls):
     # print('tear down')
     file_location = os.path.dirname(os.path.abspath(__file__))
     project = Project(
         os.path.join(file_location, 'random_testing_non_modal'))
     project.remove_jobs()
     project.remove(enable=True)
示例#2
0
 def tearDownClass(cls):
     cls.execution_path = os.path.dirname(os.path.abspath(__file__))
     project = Project(os.path.join(cls.execution_path, 'lammps'))
     project.remove_jobs(recursive=True)
     project.remove(enable=True)
示例#3
0
 def tearDownClass(cls):
     file_location = os.path.dirname(os.path.abspath(__file__))
     project = Project(os.path.join(file_location, "testing_childids"))
     project.remove_jobs(recursive=True)
     project.remove(enable=True)
 def tearDownClass(cls):
     file_location = os.path.dirname(os.path.abspath(__file__))
     project = Project(os.path.join(file_location, "testing_murnaghan_master_modal"))
     project.remove_jobs(recursive=True)
     project.remove(enable=True, enforce=True)