Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Test calling on empty equation, triggering error
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Jul 7, 2014
1 parent b9bca27 commit 8a67865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_Equation.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def testRepr(self):

def testStr(self):
self.assertEqual(str(self.fn),"")

def testCall(self):
self.assertEqual(self.fn(), 0)

def tearDown(self):
pass
Expand Down

0 comments on commit 8a67865

Please sign in to comment.