Adds a note about passing args to pytest.

This commit is contained in:
Frank Sachsenheim 2017-10-04 22:32:12 +02:00
parent b2959a91c5
commit 990de5799a

View File

@ -124,6 +124,11 @@ These are the basic steps needed to start developing on Sphinx.
PYTHONWARNINGS=all make test
* Arguments to pytest can be passed via tox, e.g. in order to run a
particular test::
tox -e py27 tests/test_module.py::test_new_feature
* Build the documentation and check the output for different builders::
make docs target="clean html latexpdf"