aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-02-25 10:10:21 +1300
committerGitHub <noreply@github.com>2018-02-25 10:10:21 +1300
commitfecdd77a077f23f866a09732ce62ea170707c3e0 (patch)
tree849457d8160f3352131aad5afaa0e96a57fcc0bd
parent0d43bb550ac9fd9b460faa528766c79a895739d8 (diff)
parent8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f (diff)
downloadmitmproxy-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.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f28ec874..397b597d 100644
--- a/README.rst
+++ b/README.rst
@@ -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