Test the corresponding cmd function

This commit is contained in:
Dan Colish 2012-03-10 07:27:38 -08:00
parent bff7483459
commit 7512c7fb47

View file

@ -78,10 +78,10 @@ class TestModuleTest(integration.ModuleCase):
'''
self.assertEqual(
self.run_function(
'test.fib',
'test.collatz',
['40'],
)[0][-1],
34
2
)
def test_outputter(self):