From ab5ee35b1d6da219beff76fd4b4119f8a1513201 Mon Sep 17 00:00:00 2001 From: Katy Huff Date: Sun, 13 Jan 2013 11:53:06 -0600 Subject: [PATCH] fixed readme where it imports assert_stuff from nose rather than nose.tools. --- python/testing/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2