diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-22 08:51:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-22 08:51:11 -0400 |
commit | 26afd74cb35062a9f692bb06cb23ad485f085a1a (patch) | |
tree | 7561aa13aca669d1e7d83736925b6b9b28d6a17b | |
parent | 0b43972c3854cc62442d6b95e82dd01f8b9417a7 (diff) | |
download | external_python_setuptools-26afd74cb35062a9f692bb06cb23ad485f085a1a.tar.gz external_python_setuptools-26afd74cb35062a9f692bb06cb23ad485f085a1a.tar.bz2 external_python_setuptools-26afd74cb35062a9f692bb06cb23ad485f085a1a.zip |
Updated recommeded testing procedure.
-rw-r--r-- | docs/developer-guide.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 5839aca1..c6f78d9a 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -69,9 +69,14 @@ mirror. Testing ------- -You can run the tests via:: +The primary tests are run using py.test. To run the tests:: - $ python setup.py test + $ python setup.py ptr + +Or install py.test into your environment and run ``py.test``. + +Under continuous integration, additional tests may be run. See the +``.travis.yml`` file for full details on the tests run under Travis-CI. ----------------- Authoring Tickets |