summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-04 17:09:06 -0700
committerGitHub <noreply@github.com>2018-10-04 17:09:06 -0700
commitd2c9dd9d0ae534a085c7adbff869de357714812b (patch)
treec4a5c1925c06968952a5d961926f980dd26e27d8 /docs/tutorials/wiki2/tests.rst
parent052cb72b63b9f5a36f45a4135d1e1c05c10004dd (diff)
parent9c39f657e9edbb59ef83a375500596f500c70a44 (diff)
downloadpyramid-d2c9dd9d0ae534a085c7adbff869de357714812b.tar.gz
pyramid-d2c9dd9d0ae534a085c7adbff869de357714812b.tar.bz2
pyramid-d2c9dd9d0ae534a085c7adbff869de357714812b.zip
Merge pull request #3367 from prcutler/update-pytest-docs
Change all references of "py.test" to "pytest" in Pyramid 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: