mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Adds a note about passing args to pytest.
This commit is contained in:
parent
b2959a91c5
commit
990de5799a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user