diff options
| author | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-03 09:33:09 -0500 |
|---|---|---|
| committer | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-03 09:33:09 -0500 |
| commit | 171593c8c851ae0d0eafc7ff84e35e367a725b12 (patch) | |
| tree | b6b65815a292b8d9f4a9042b645c8fc920f78dec /docs | |
| parent | 72c1c87fc5c44bc5a68dd49915953db3fb60e213 (diff) | |
| download | pyramid-171593c8c851ae0d0eafc7ff84e35e367a725b12.tar.gz pyramid-171593c8c851ae0d0eafc7ff84e35e367a725b12.tar.bz2 pyramid-171593c8c851ae0d0eafc7ff84e35e367a725b12.zip | |
Change references to "py.test" in SQLAlchemy tutorial test page
Change the references of "py.test" to "pytest" per pytest 3.0 release
in the Jinja2 template page of the documentation in quick tutorial
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/jinja2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 87122a374..6c33e406e 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -50,7 +50,7 @@ Steps .. code-block:: bash - $VENV/bin/py.test tutorial/tests.py -q + $VENV/bin/pytest tutorial/tests.py -q .... 4 passed in 0.40 seconds |
