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:
4825276
)
added instructions for installing pisa
test-jackson-ram
author
Karthik Ram
<karthik.ram@gmail.com>
Fri, 13 Sep 2013 09:37:54 +0000
(10:37 +0100)
committer
W. Trevor King
<wking@tremily.us>
Fri, 8 Nov 2013 03:52:51 +0000
(19:52 -0800)
testing/README.md
patch
|
blob
|
history
diff --git
a/testing/README.md
b/testing/README.md
index 865795ffde65f38657f48681130d7f8d1ea054d4..34df592b7f9a1f47dd727b7770407d45e2f0ae9a 100644
(file)
--- 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: