aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 22:15:10 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 22:15:10 +0100
commitb87797ea255a0e2058e0574a5a00150f7f2df5db (patch)
tree4c3b4f9cc555a945ddbeeb1b179070ef98b2eeff /README.rst
parente2ca4ea923a73fb64eb252ce816fbbc4d6be3336 (diff)
downloadmitmproxy-b87797ea255a0e2058e0574a5a00150f7f2df5db.tar.gz
mitmproxy-b87797ea255a0e2058e0574a5a00150f7f2df5db.tar.bz2
mitmproxy-b87797ea255a0e2058e0574a5a00150f7f2df5db.zip
remove test/ from py.test commands
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 784c87ab..d6285700 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 test
+ py.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 test
+ py.test
Please ensure that all patches are accompanied by matching changes in the test
suite. The project tries to maintain 100% test coverage.