From 8fcf0f4693c2b88689ffcd95213c2dfdd09896af Mon Sep 17 00:00:00 2001 From: Paul Cutler Date: Thu, 4 Oct 2018 19:45:56 -0500 Subject: Update hacking.txt to replace py.test with pytest Replace "py.test" with "pytest" to match all other documentation --- HACKING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index fdfee58d6..132511e11 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -198,9 +198,9 @@ Running Tests `pytest`. Run the tests like so: $ $VENV/bin/pip install pytest - $ $VENV/bin/py.test --strict pyramid/ + $ $VENV/bin/pytest --strict pyramid/ - To run individual tests (i.e., during development), see "py.test usage - + To run individual tests (i.e., during development), see "pytest usage - Specifying tests / selecting tests": http://pytest.org/latest/usage.html#specifying-tests-selecting-tests -- cgit v1.2.3