From: gidden Date: Sun, 21 Apr 2013 19:24:56 +0000 (-0500) Subject: added notes to the readme X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=94428a9f287287d9c0979b6e1470a315bb51912d;p=swc-testing-nose.git added notes to the readme --- 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.