summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorPaul Cutler <paul.r.cutler@gmail.com>2018-10-04 19:45:56 -0500
committerPaul Cutler <paul.r.cutler@gmail.com>2018-10-04 19:45:56 -0500
commit8fcf0f4693c2b88689ffcd95213c2dfdd09896af (patch)
tree18c69ea29c3944cdd113400d27559b11a7af87c2 /HACKING.txt
parent12c40e09bf3e025d66a5e2663f8e69affe5d4a73 (diff)
downloadpyramid-8fcf0f4693c2b88689ffcd95213c2dfdd09896af.tar.gz
pyramid-8fcf0f4693c2b88689ffcd95213c2dfdd09896af.tar.bz2
pyramid-8fcf0f4693c2b88689ffcd95213c2dfdd09896af.zip
Update hacking.txt to replace py.test with pytest
Replace "py.test" with "pytest" to match all other documentation
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt4
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