Skip to content

Commit

Permalink
test run for the main function
Browse files Browse the repository at this point in the history
  • Loading branch information
Mebus committed Nov 21, 2018
1 parent a817fe3 commit ae95c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_cupp.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ def test_interactive(self):

self.assertTrue(test_ok, "interactive generation works")

def test_main(self):
""" test run for the main function """
main()


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

0 comments on commit ae95c6d

Please sign in to comment.