Michael Merickel
2018-10-05 f6becd23966248fb7fc4db218258be4364902f8f
Merge pull request #3373 from prcutler/update-pytest-docs

Update hacking.txt to replace py.test with pytest
1 files modified
4 ■■■■ changed files
HACKING.txt 4 ●●●● patch | view | raw | blame | history
HACKING.txt
@@ -198,9 +198,9 @@
  `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