diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-04 17:09:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-04 17:09:06 -0700 |
| commit | d2c9dd9d0ae534a085c7adbff869de357714812b (patch) | |
| tree | c4a5c1925c06968952a5d961926f980dd26e27d8 /docs/tutorials/wiki2/tests.rst | |
| parent | 052cb72b63b9f5a36f45a4135d1e1c05c10004dd (diff) | |
| parent | 9c39f657e9edbb59ef83a375500596f500c70a44 (diff) | |
| download | pyramid-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.rst | 4 |
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: |
