From 2f3e7cd6365f87659aa3787cbecaee38b5a9b1d7 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 6 May 2020 22:42:46 -0500 Subject: remove some unnecessary flags --- HACKING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING.txt') 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: -- cgit v1.2.3