summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-08 00:51:07 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-08 00:51:07 -0400
commitea6af04977c197fd07ab812d394dcb61feebaf67 (patch)
tree5b1decf33dbb5aa6e4c65fc4dca2b05a2a035818 /README
parent657e98094f0f669809bc0e47f3d6bd9a8124cf32 (diff)
downloadgitpython-ea6af04977c197fd07ab812d394dcb61feebaf67.tar.gz
Forgot to add Mock to the requirements.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 5568880f..b68b746f 100644
--- a/README
+++ b/README
@@ -18,9 +18,11 @@ REQUIREMENTS
* Git_ tested with 1.5.3.7
* `Python Nose`_ - used for running the tests
+* `Mock by Michael Foord`_ used for tests
.. _Git: http://git.or.cz/
.. _Python Nose: http://code.google.com/p/python-nose/
+.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html
INSTALL
=======