projects
/
swc-testing-nose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16de94
)
fixed readme where it imports assert_stuff from nose rather than nose.tools.
author
Katy Huff
<katyhuff@gmail.com>
Sun, 13 Jan 2013 17:53:06 +0000
(11:53 -0600)
committer
W. Trevor King
<wking@tremily.us>
Fri, 1 Nov 2013 04:00:54 +0000
(21:00 -0700)
python/testing/Readme.md
patch
|
blob
|
history
diff --git
a/python/testing/Readme.md
b/python/testing/Readme.md
index 30afea66c240f17214aa46c2b0c60ff9f253551c..70d355430fa318d9e9327d99b42bc0229c0fc697 100644
(file)
--- 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