From a43f9fb69849674dbd4361b6e1c0df7f0d78f96e Mon Sep 17 00:00:00 2001 From: Robert Brewer Date: Sat, 1 May 2010 16:38:48 +0000 Subject: Fixed up README for nose tests. --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.txt') 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 -- cgit v1.2.1