summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.txt4
-rw-r--r--docs/typographical-conventions.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 7e4969990..730d08208 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -89,10 +89,10 @@ Running Tests
to your virtual environment:
# run a single test
- $ $TOX -e py -- --no-cov tests/test_httpexceptions.py::TestHTTPMethodNotAllowed::test_it_with_default_body_tmpl
+ $ $TOX -e py -- tests/test_httpexceptions.py::TestHTTPMethodNotAllowed::test_it_with_default_body_tmpl
# run all tests in a class
- $ $TOX -e py -- --no-cov tests/test_httpexceptions.py::TestHTTPMethodNotAllowed
+ $ $TOX -e py -- tests/test_httpexceptions.py::TestHTTPMethodNotAllowed
- For more information on how to use pytest, please refer to the pytest
documentation for selecting tests:
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst
index 0a9c194e4..9a83a16f1 100644
--- a/docs/typographical-conventions.rst
+++ b/docs/typographical-conventions.rst
@@ -102,7 +102,7 @@ ini:
python_files = test_*.py
testpaths =
tests
- addopts = -W always --cov
+ addopts = -W always
Interactive Python: