aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/testing.rst')
-rw-r--r--docs/dev/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/testing.rst b/docs/dev/testing.rst
index 315b9bc9..b86efce1 100644
--- a/docs/dev/testing.rst
+++ b/docs/dev/testing.rst
@@ -10,7 +10,7 @@ suitable extension to the test suite.
Our tests are written for the `py.test`_ or nose_ test frameworks.
At the point where you send your pull request, a command like this:
->>> py.test --cov mitmproxy --cov netlib
+>>> py.test --cov mitmproxy
Should give output something like this: