Skip to content

Commit

Permalink
Add main statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jul 23, 2019
1 parent 30df633 commit 469cadc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lammps/test_control.py
Expand Up @@ -17,3 +17,7 @@ def test_generate_seed_from_job(self):
self.assertEqual(job_hash_dict['job_1_0'], 84649)
self.assertEqual(job_hash_dict['job_1_1'], 99268)
self.assertEqual(job_hash_dict['job_1_2'], 45752)


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

0 comments on commit 469cadc

Please sign in to comment.