Merge pull request #3490 from rjt-gupta/rjt-gupta-update-readme

Suggestion: Update Readme to improve testing
This commit is contained in:
Maximilian Hils 2019-04-02 16:29:39 +02:00 committed by GitHub
commit cbca131002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ For speedier testing, we recommend you run `pytest`_ directly on individual test
.. code-block:: bash
cd test/mitmproxy/addons
pytest --cov mitmproxy.addons.anticache --looponfail test_anticache.py
pytest --cov mitmproxy.addons.anticache --cov-report term-missing --looponfail test_anticache.py
As pytest does not check the code style, you probably want to run ``tox -e lint`` before committing your changes.