From bfde36c1299613c61572ac4d052a1e2ca1a644dd Mon Sep 17 00:00:00 2001 From: gidden Date: Sun, 21 Apr 2013 14:03:00 -0500 Subject: [PATCH] added a link for the fib function --- python/testing/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/testing/Readme.md b/python/testing/Readme.md index f421bf7..0edd180 100644 --- a/python/testing/Readme.md +++ b/python/testing/Readme.md @@ -361,9 +361,9 @@ style was put forth most strongly by [Kent Beck in ## A TDD Example -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: +Say you want to write a fib() function which generates values of the [Fibonacci +sequence](http://en.wikipedia.org/wiki/Fibonacci_number) of given indexes. You +would - of course - start by writing the test, possibly testing a single value: ```python from nose.tools import assert_equal -- 2.26.2