summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
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