Oops, actually fix readme

This commit is contained in:
David Wolever
2014-04-03 22:22:22 -04:00
parent f6ee55f16c
commit c85d682163

View File

@@ -40,6 +40,7 @@ But ``nose-parameterized`` fixes that:
assert_equal(math.floor(input), expected)
::
$ nosetests -v test_math.py
test_math.test_pow(2, 2, 4) ... ok
test_math.test_pow(2, 3, 8) ... ok