aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 22:01:50 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 22:01:50 +0100
commite2ca4ea923a73fb64eb252ce816fbbc4d6be3336 (patch)
treeb4702f5a9829991cac2f64c99257cba4e47eb921 /README.rst
parent6c9aeaab9e8d135e6460ae230215cda7af4bb2d3 (diff)
downloadmitmproxy-e2ca4ea923a73fb64eb252ce816fbbc4d6be3336.tar.gz
mitmproxy-e2ca4ea923a73fb64eb252ce816fbbc4d6be3336.tar.bz2
mitmproxy-e2ca4ea923a73fb64eb252ce816fbbc4d6be3336.zip
fix minor things
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9e89bf60..784c87ab 100644
--- a/README.rst
+++ b/README.rst
@@ -53,7 +53,7 @@ mitmproxy test suite:
.. code-block:: text
. venv/bin/activate # venv\Scripts\activate.bat on Windows
- py.test --cov-config .coveragerc test
+ py.test test
Note that the main executables for the project - ``mitmdump``, ``mitmproxy``,
``mitmweb``, ``pathod``, and ``pathoc`` - are all created within the virtualenv. After activating the
@@ -76,7 +76,7 @@ requirements installed, and you can simply run the test suite:
.. code-block:: text
- py.test --cov-config .coveragerc test
+ py.test test
Please ensure that all patches are accompanied by matching changes in the test
suite. The project tries to maintain 100% test coverage.