summaryrefslogtreecommitdiff
path: root/nose/commands.py
diff options
context:
space:
mode:
authorcatechism <zerbie@gmail.com>2009-05-01 10:40:14 -0500
committercatechism <zerbie@gmail.com>2009-05-01 10:40:14 -0500
commitb6ac40dca43bb0942befdcf79959bbf459f24b77 (patch)
tree23a4e0df1815c188b72d2b153d276cd9f1883fb7 /nose/commands.py
parent2a11f49a2053fff0db16d8407f6505c99cc0ee7d (diff)
downloadnose-b6ac40dca43bb0942befdcf79959bbf459f24b77.tar.gz
fixing broken link by pulling in the nose.commands stuff
Diffstat (limited to 'nose/commands.py')
-rw-r--r--nose/commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nose/commands.py b/nose/commands.py
index c96ca7d..f2518f2 100644
--- a/nose/commands.py
+++ b/nose/commands.py
@@ -2,7 +2,8 @@
nosetests setuptools command
----------------------------
-You can run tests using the `nosetests` setuptools command::
+The easiest way to run tests with nose is to use the `nosetests` setuptools
+command::
python setup.py nosetests