From 94428a9f287287d9c0979b6e1470a315bb51912d Mon Sep 17 00:00:00 2001 From: gidden Date: Sun, 21 Apr 2013 14:24:56 -0500 Subject: [PATCH] added notes to the readme --- python/testing/Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/testing/Readme.md b/python/testing/Readme.md index 1f53ea7..2c50dc1 100644 --- a/python/testing/Readme.md +++ b/python/testing/Readme.md @@ -516,6 +516,10 @@ def fib(n): Can you think of other tests to make for the fibonacci function? I promise there are at least two. + Implement one new test in test_fib.py, run nosetests, and if it fails, implement a more robust function for that case. -- 2.26.2