Skip to content

Commit 1fcf4fa

Browse files
committed
Doc tweaks.
1 parent 395a6f0 commit 1fcf4fa

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/running-tests.txt

+9-4
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,19 @@ just run the following command::
2828
Running tests directly with Nose
2929
--------------------------------
3030

31-
Create a virtualenv, and install required packages::
31+
If you want to run only a selection of the tests, you'll need to run them
32+
directly with nose instead. Create a virtualenv, and install required
33+
packages::
3234

33-
mkvirtualenv pip_dev
34-
pip install nose virtualenv scripttest mock
35+
pip install nose virtualenv scripttest mock
3536

3637
Run nosetests::
3738

38-
nosetests
39+
nosetests
40+
41+
Or select just a single test file to run::
42+
43+
cd tests; nosetests test_upgrade.py
3944

4045

4146
Troubleshooting

0 commit comments

Comments
 (0)