Example #1
0
 def test_job_runs_with_a_good_config(self):
     job = Job.from_file(TEST_JOB_FILE)
     self.assertTrue(job.launch())
Example #2
0
 def test_job_runs_with_a_good_config(self):
     job = Job.from_file(TEST_JOB_FILE)
     self.assertTrue(job.launch())
Example #3
0
 def test_classical_psha_based_job(self):
     job = Job.from_file(TEST_JOB_FILE_CLASSICAL)
     self.assertTrue(job.launch())
Example #4
0
 def test_classical_psha_based_job(self):
     job = Job.from_file(TEST_JOB_FILE_CLASSICAL)
     self.assertTrue(job.launch())