From f6becd23966248fb7fc4db218258be4364902f8f Mon Sep 17 00:00:00 2001
From: Michael Merickel <github@m.merickel.org>
Date: Fri, 05 Oct 2018 02:54:57 +0200
Subject: [PATCH] Merge pull request #3373 from prcutler/update-pytest-docs

---
 HACKING.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HACKING.txt b/HACKING.txt
index fdfee58..132511e 100644
--- a/HACKING.txt
+++ b/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
 

--
Gitblit v1.9.3