fixed readme where it imports assert_stuff from nose rather than nose.tools.
authorKaty Huff <katyhuff@gmail.com>
Sun, 13 Jan 2013 17:53:06 +0000 (11:53 -0600)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 04:00:54 +0000 (21:00 -0700)
python/testing/Readme.md

index 30afea66c240f17214aa46c2b0c60ff9f253551c..70d355430fa318d9e9327d99b42bc0229c0fc697 100644 (file)
@@ -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