We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80bef1 commit 5938c37Copy full SHA for 5938c37
docs/en/developers.rst
@@ -67,6 +67,8 @@ Running Tests
67
The test suite for virtualenvwrapper uses `shunit2
68
<http://shunit2.googlecode.com/>`_ and `tox
69
<http://codespeak.net/tox>`_. To run the tests under bash, sh, and
70
-zsh, use ``make test`` or just ``tox``. In order to add new tests,
71
-you will need to modify or create an appropriate script in the
+zsh for Python 2.4-2.7, use ``tox`` from the top level directory of
+the hg repository.
72
+
73
+Add new tests by modifying or creating an appropriate script in the
74
``tests`` directory.
0 commit comments