diff options
| -rw-r--r-- | HACKING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
