summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/views.rst
diff options
context:
space:
mode:
authorPaul Cutler <paul.r.cutler@gmail.com>2018-10-03 09:49:26 -0500
committerPaul Cutler <paul.r.cutler@gmail.com>2018-10-03 09:49:26 -0500
commitc5d3424fe640f0e848078402da2027b7d9b7d00e (patch)
tree9b6b548da8388eebbcc258e4e7e3ef649b7e582f /docs/quick_tutorial/views.rst
parentf6333267acdd10bc38eee161c5e64bbf212fe555 (diff)
downloadpyramid-c5d3424fe640f0e848078402da2027b7d9b7d00e.tar.gz
pyramid-c5d3424fe640f0e848078402da2027b7d9b7d00e.tar.bz2
pyramid-c5d3424fe640f0e848078402da2027b7d9b7d00e.zip
Change references to "py.test" in all Quick Tutorial documentation
Change all references of "py.test" to "pytest" per pytest 3.0 release in the Quick Tutorial documentation
Diffstat (limited to 'docs/quick_tutorial/views.rst')
-rw-r--r--docs/quick_tutorial/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/views.rst b/docs/quick_tutorial/views.rst
index f7fa64719..45bc8518b 100644
--- a/docs/quick_tutorial/views.rst
+++ b/docs/quick_tutorial/views.rst
@@ -68,7 +68,7 @@ Steps
.. code-block:: bash
- $VENV/bin/py.test tutorial/tests.py -q
+ $VENV/bin/pytest tutorial/tests.py -q
....
4 passed in 0.28 seconds