diff options
| author | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-03 09:49:26 -0500 |
|---|---|---|
| committer | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-03 09:49:26 -0500 |
| commit | c5d3424fe640f0e848078402da2027b7d9b7d00e (patch) | |
| tree | 9b6b548da8388eebbcc258e4e7e3ef649b7e582f /docs/quick_tutorial/request_response.rst | |
| parent | f6333267acdd10bc38eee161c5e64bbf212fe555 (diff) | |
| download | pyramid-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/request_response.rst')
| -rw-r--r-- | docs/quick_tutorial/request_response.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/request_response.rst b/docs/quick_tutorial/request_response.rst index 098753820..f7753f222 100644 --- a/docs/quick_tutorial/request_response.rst +++ b/docs/quick_tutorial/request_response.rst @@ -61,7 +61,7 @@ Steps .. code-block:: bash - $VENV/bin/py.test tutorial/tests.py -q + $VENV/bin/pytest tutorial/tests.py -q ..... 5 passed in 0.30 seconds |
