diff options
author | Maximilian Hils <git@maximilianhils.com> | 2019-04-02 16:29:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 16:29:39 +0200 |
commit | cbca1310027d137c8d849c3e2daad085bfcb26a9 (patch) | |
tree | a18ad4874989f30abd2c93bd01533fb3a0a1752b | |
parent | 035c6ca2d5824670bec21018bd82d80e9f8bf284 (diff) | |
parent | 6eb47a5fa5f848dd8356d0c64f3165c3e73fe333 (diff) | |
download | mitmproxy-cbca1310027d137c8d849c3e2daad085bfcb26a9.tar.gz mitmproxy-cbca1310027d137c8d849c3e2daad085bfcb26a9.tar.bz2 mitmproxy-cbca1310027d137c8d849c3e2daad085bfcb26a9.zip |
Merge pull request #3490 from rjt-gupta/rjt-gupta-update-readme
Suggestion: Update Readme to improve testing
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |