From: Katy Huff Date: Sun, 13 Jan 2013 17:53:06 +0000 (-0600) Subject: fixed readme where it imports assert_stuff from nose rather than nose.tools. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab5ee35b1d6da219beff76fd4b4119f8a1513201;p=swc-testing-nose.git fixed readme where it imports assert_stuff from nose rather than nose.tools. --- diff --git a/python/testing/Readme.md b/python/testing/Readme.md index 30afea6..70d3554 100644 --- a/python/testing/Readme.md +++ b/python/testing/Readme.md @@ -366,7 +366,7 @@ Fibonacci sequence of given indexes. You would - of course - start by writing the test, possibly testing a single value: ```python -from nose import assert_equal +from nose.tools import assert_equal from pisa import fib