Commit ea6af04977c197fd07ab812d394dcb61feebaf67
- Date: Thu May 08 04:51:07 +0000 2008
- Committer: Michael Trier (mtrier@gmail.com)
- Author: Michael Trier (mtrier@gmail.com)
- Commit SHA1: ea6af04977c197fd07ab812d394dcb61feebaf67
- Tree SHA1: 5b1decf33dbb5aa6e4c65fc4dca2b05a2a035818
Forgot to add Mock to the requirements.
Commit diff
| |   |
| 18 | 18 | |
| 19 | 19 | * Git_ tested with 1.5.3.7 |
| 20 | 20 | * `Python Nose`_ - used for running the tests |
| 21 | * `Mock by Michael Foord`_ used for tests |
| 21 | 22 | |
| 22 | 23 | .. _Git: http://git.or.cz/ |
| 23 | 24 | .. _Python Nose: http://code.google.com/p/python-nose/ |
| 25 | .. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html |
| 24 | 26 | |
| 25 | 27 | INSTALL |
| 26 | 28 | ======= |
| toggle raw diff |
--- 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
======= |