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:
bfde36c
)
fixed typo in fib ex
author
gidden
<matthew.gidden@gmail.com>
Sun, 21 Apr 2013 19:07:46 +0000
(14:07 -0500)
committer
W. Trevor King
<wking@tremily.us>
Fri, 1 Nov 2013 16:40:00 +0000
(09:40 -0700)
python/testing/Readme.md
patch
|
blob
|
history
diff --git
a/python/testing/Readme.md
b/python/testing/Readme.md
index 0edd18066813a4b0da56b18576f8f0068e8ae0df..1f53ea79e6a2776e246ad4f9d0e76f35873c0249 100644
(file)
--- a/
python/testing/Readme.md
+++ b/
python/testing/Readme.md
@@
-488,7
+488,7
@@
def test_fib3():
assert_equal(obs, exp)
-def test_fib
3
():
+def test_fib
4
():
obs = fib(13.37)
exp = NotImplemented
assert_equal(obs, exp)