summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-04 17:11:27 -0700
committerSteve Piercy <web@stevepiercy.com>2018-10-04 17:11:27 -0700
commit1f8ca153d14c56f3a234af6afb277086d4eea185 (patch)
tree58f644869fd1caef530cd08a89c63887b874d423
parentd2c9dd9d0ae534a085c7adbff869de357714812b (diff)
downloadpyramid-1f8ca153d14c56f3a234af6afb277086d4eea185.tar.gz
pyramid-1f8ca153d14c56f3a234af6afb277086d4eea185.tar.bz2
pyramid-1f8ca153d14c56f3a234af6afb277086d4eea185.zip
One more py.test to pytest
-rw-r--r--docs/quick_tutorial/functional_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst
index fa56b4589..7c4dcee26 100644
--- a/docs/quick_tutorial/functional_testing.rst
+++ b/docs/quick_tutorial/functional_testing.rst
@@ -53,7 +53,7 @@ Steps
.. code-block:: bash
- $VENV/bin/py.test tutorial/tests.py -q
+ $VENV/bin/pytest tutorial/tests.py -q
..
2 passed in 0.25 seconds