summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2015-10-19 10:56:35 +0100
committerLuke Plant <L.Plant.98@cantab.net>2015-10-19 10:56:35 +0100
commitd1b750124e38d63b26a96e8c0921c02de3b0869d (patch)
tree4d51db970fb5017c97b233ffedb5ce296d51940a
parent513c0d0f73951677f006cb43fcbc2127154ccbe7 (diff)
downloadpython-setuptools-git-d1b750124e38d63b26a96e8c0921c02de3b0869d.tar.gz
Corrected instructions for running tests.
The package name from pypi is `pytest`, and running raw `py.test` results in errors.
-rw-r--r--docs/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 27c304e5..87ddf28f 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -94,7 +94,7 @@ The primary tests are run using py.test. To run the tests::
$ python setup.py ptr
-Or install py.test into your environment and run ``py.test``.
+Or install ``pytest`` into your environment and run ``py.test setuptools``.
Under continuous integration, additional tests may be run. See the
``.travis.yml`` file for full details on the tests run under Travis-CI.