Mercurial > bzapi
annotate README.txt @ 33:97e681243579
updated readme and made example.py run only when it is the main script
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 24 Dec 2009 14:38:28 -0800 |
parents | 9748d997cbf7 |
children |
rev | line source |
---|---|
32 | 1 To run the test suite, get nose first: |
2 | |
3 http://code.google.com/p/python-nose/ | |
4 | |
5 Then run: | |
6 | |
33
97e681243579
updated readme and made example.py run only when it is the main script
Atul Varma <varmaa@toolness.com>
parents:
32
diff
changeset
|
7 nosetests --with-doctest |
32 | 8 |
9 Otherwise, you're on your own. |