diff --git a/docs/running-tests.txt b/docs/running-tests.txt index 10e5733abb1..78418267e80 100644 --- a/docs/running-tests.txt +++ b/docs/running-tests.txt @@ -25,6 +25,17 @@ just run the following command:: $ python setup.py test +Running tests directly with Nose +-------------------------------- + +Create a virtualenv, and install required packages:: + + mkvirtualenv pip_dev + pip install nose virtualenv scripttest mock + +Run nosetests:: + + nosetests Troubleshooting