Update README.rst
This commit is contained in:
parent
70777a1b6e
commit
9b7c2566d3
|
@ -108,6 +108,12 @@ For speedier testing, we recommend you run `pytest`_ directly on individual test
|
|||
cd test/mitmproxy/addons
|
||||
pytest --cov mitmproxy.addons.anticache --looponfail test_anticache.py
|
||||
|
||||
To generate terminal report along with missing line numbers of individual test files or folders:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pytest --cov-report term-missing --cov mitmproxy.flowfilter --looponfail test_flowfilter.py
|
||||
|
||||
As pytest does not check the code style, you probably want to run ``tox -e lint`` before committing your changes.
|
||||
|
||||
Please ensure that all patches are accompanied by matching changes in the test
|
||||
|
|
Loading…
Reference in New Issue