diff options
| author | Aldo Cortesi <aldo@corte.si> | 2018-02-25 10:10:21 +1300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-25 10:10:21 +1300 | 
| commit | fecdd77a077f23f866a09732ce62ea170707c3e0 (patch) | |
| tree | 849457d8160f3352131aad5afaa0e96a57fcc0bd | |
| parent | 0d43bb550ac9fd9b460faa528766c79a895739d8 (diff) | |
| parent | 8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f (diff) | |
| download | mitmproxy-fecdd77a077f23f866a09732ce62ea170707c3e0.tar.gz mitmproxy-fecdd77a077f23f866a09732ce62ea170707c3e0.tar.bz2 mitmproxy-fecdd77a077f23f866a09732ce62ea170707c3e0.zip | |
Merge pull request #2880 from kira0204/update-readme
Updating Readme for better testing
| -rw-r--r-- | README.rst | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -95,6 +95,12 @@ requirements installed, and you can run the full test suite (including tests for      tox +To run complete tests with a full coverage report, you can use the following command: + +.. code-block:: bash + +    tox -- --verbose --cov-report=term +  For speedier testing, we recommend you run `pytest`_ directly on individual test files or folders:  .. code-block:: bash | 
