aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorkira0204 <rshtmudgal@gmail.com>2018-02-19 22:56:52 +0530
committerkira0204 <rshtmudgal@gmail.com>2018-02-19 22:56:52 +0530
commitd045f879acb901767692b202f846696781e3a29f (patch)
treeb4e021f8e544a8998adb1eb77be219b6a4e86bf2 /README.rst
parent04c3079aa285bf57f1e5b59a16bf42bae1957e86 (diff)
downloadmitmproxy-d045f879acb901767692b202f846696781e3a29f.tar.gz
mitmproxy-d045f879acb901767692b202f846696781e3a29f.tar.bz2
mitmproxy-d045f879acb901767692b202f846696781e3a29f.zip
Extensive testing
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2e5c586e..f8e12ea9 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
+If you want to conduct an extensive testing with full coverage report, you can run it using 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