From 5a02bef1ceeaba98c1641927e2d68b4a13768a56 Mon Sep 17 00:00:00 2001 From: Karthik Ram Date: Fri, 13 Sep 2013 10:37:54 +0100 Subject: [PATCH] added instructions for installing pisa --- testing/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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: -- 2.26.2