Skip to content

Commit

Permalink
test added
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda authored and jan-janssen committed Jun 10, 2020
1 parent 282eb4f commit f821354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/base/job/test_genericJob.py
Expand Up @@ -277,6 +277,11 @@ def test_open_hdf(self):
def test__check_ham_state(self):
pass

def test_error(self):
ham = self.project.create_job("ScriptJob", "job_single_debug")
self.assertFalse(ham.error.print_queue())
self.assertFalse(ham.error.print_message())


if __name__ == "__main__":
unittest.main()

0 comments on commit f821354

Please sign in to comment.