summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2010-05-01 16:38:48 +0000
committerRobert Brewer <fumanchu@aminus.org>2010-05-01 16:38:48 +0000
commita43f9fb69849674dbd4361b6e1c0df7f0d78f96e (patch)
tree008131986c726381a661633ffb8faa337db4a5cb /README.txt
parentcbef5ac56a2bb5c79e6bf174a82741e9219c2be3 (diff)
downloadcherrypy-a43f9fb69849674dbd4361b6e1c0df7f0d78f96e.tar.gz
Fixed up README for nose tests.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 9b8fd0aa..d852128a 100644
--- a/README.txt
+++ b/README.txt
@@ -6,8 +6,8 @@
* To run the regression tests, just go to the cherrypy/test/ directory and type:
- python test.py
+ nosetests -s ./
Or to run individual tests type:
- python test.py --test_foo --test_bar
+ nosetests -s test_foo.py