remove broken mylife commands

This commit is contained in:
mutantmonkey
2016-03-06 14:14:09 -08:00
parent 7875789331
commit b0258f6f48
2 changed files with 0 additions and 51 deletions

View File

@@ -19,15 +19,3 @@ class TestMylife(unittest.TestCase):
def test_mlia(self):
mylife.mlia(self.phenny, None)
assert self.phenny.say.called is True
def test_mlib(self):
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_mlihp(self):
mylife.mlihp(self.phenny, None)
assert self.phenny.say.called is True