diff options
author | catechism <zerbie@gmail.com> | 2009-05-01 10:40:14 -0500 |
---|---|---|
committer | catechism <zerbie@gmail.com> | 2009-05-01 10:40:14 -0500 |
commit | b6ac40dca43bb0942befdcf79959bbf459f24b77 (patch) | |
tree | 23a4e0df1815c188b72d2b153d276cd9f1883fb7 /nose | |
parent | 2a11f49a2053fff0db16d8407f6505c99cc0ee7d (diff) | |
download | nose-b6ac40dca43bb0942befdcf79959bbf459f24b77.tar.gz |
fixing broken link by pulling in the nose.commands stuff
Diffstat (limited to 'nose')
-rw-r--r-- | nose/commands.py | 3 |
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 |