improve tests and test coverage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user