From: Karthik Ram Date: Fri, 13 Sep 2013 09:37:54 +0000 (+0100) Subject: added instructions for installing pisa X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=refs%2Fheads%2Ftest-jackson-ram;p=swc-testing-nose.git added instructions for installing pisa --- diff --git a/testing/README.md b/testing/README.md index 865795f..34df592 100644 --- a/testing/README.md +++ b/testing/README.md @@ -478,6 +478,19 @@ run test_morse.py ## Additional test driven development example *Please try this on your own time* +If you don't have the `pisa` module, download it with: + +``` +pip install pisa +``` + +or + +``` +easy_install pisa +``` + + Say you want to write a fib() function which generates values of the Fibonacci sequence of given indexes. You would - of course - start by writing the test, possibly testing a single value: