From c85d682163e389a2881f91be67764b99572138ce Mon Sep 17 00:00:00 2001 From: David Wolever Date: Thu, 3 Apr 2014 22:22:22 -0400 Subject: [PATCH] Oops, actually fix readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 3a666b8..7e67ece 100644 --- a/README.rst +++ b/README.rst @@ -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