improve tests and test coverage

This commit is contained in:
mutantmonkey
2013-08-25 14:32:42 -07:00
parent f5fb2fc37d
commit 23d99dd326
6 changed files with 55 additions and 20 deletions

View File

@@ -24,6 +24,10 @@ class TestMylife(unittest.TestCase):
mylife.mlib(self.phenny, None)
assert self.phenny.say.called is True
def test_mlig(self):
mylife.mlib(self.phenny, None)
assert self.phenny.say.called is True
def test_mlih(self):
mylife.mlih(self.phenny, None)
assert self.phenny.say.called is True