diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-21 18:47:18 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-21 18:47:18 -0400 |
commit | 5cc9731258cd6c03332e44e2a4c6c447373bbe48 (patch) | |
tree | 0fcad692e0392104eaf0bf2a5947d405b164366b | |
parent | 6402825e1656438d4c5deb636325da5084f124f4 (diff) | |
download | pytest-runner-2.1.tar.gz |
Update readme2.1
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ Usage similar) to avoid pulling in incompatible versions. - Include 'pytest' and any other testing requirements to 'tests_require'. - Invoke tests with `setup.py pytest`. +- Pass `--index-url` to have test requirements downloaded from an alternate + index URL. +- Pass additional py.test command-line options using `--addopts`. +- Set options in the `[pytest]` section of setup.cfg. See the `jaraco.util <https://bitbucket.org/jaraco/jaraco.util/>`_ project for an example. |