Skip to content

Commit

Permalink
Just test print_it doesn't raise any exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 11, 2015
1 parent 7a11536 commit 55fe43e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_fino.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ def test_range(self):
word = fino.to_finnish(number)
self.assertNotEqual(word, "en tiedä")

def test_print_it(self):
# Just make sure no exceptions
fino.print_it("test")

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

0 comments on commit 55fe43e

Please sign in to comment.