summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorPaul Cutler <paul.r.cutler@gmail.com>2018-10-03 09:29:27 -0500
committerPaul Cutler <paul.r.cutler@gmail.com>2018-10-03 09:29:27 -0500
commit72c1c87fc5c44bc5a68dd49915953db3fb60e213 (patch)
tree59119878b59635ebfadbcc58c6f076aef2b9ea11 /docs/tutorials/wiki2/tests.rst
parent36d48753abf23f109f2616a3b83f482d63781f7e (diff)
downloadpyramid-72c1c87fc5c44bc5a68dd49915953db3fb60e213.tar.gz
pyramid-72c1c87fc5c44bc5a68dd49915953db3fb60e213.tar.bz2
pyramid-72c1c87fc5c44bc5a68dd49915953db3fb60e213.zip
Change references to "py.test" in SQLAlchemy tutorial test page
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
-rw-r--r--docs/tutorials/wiki2/tests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index f3f89fe9c..fb33fc629 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -99,14 +99,14 @@ On Unix:
.. code-block:: bash
rm tutorial.sqlite
- $VENV/bin/py.test -q
+ $VENV/bin/pytest -q
On Windows:
.. code-block:: doscon
del tutorial.sqlite
- %VENV%\Scripts\py.test -q
+ %VENV%\Scripts\pytest -q
The expected result should look like the following: