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/databases.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/databases.rst')
| -rw-r--r-- | docs/quick_tutorial/databases.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index 7d10f2470..5e318187d 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -128,11 +128,11 @@ Steps .. literalinclude:: databases/tutorial/tests.py :linenos: -#. Run the tests in your package using ``py.test``: +#. Run the tests in your package using ``pytest``: .. code-block:: bash - $VENV/bin/py.test tutorial/tests.py -q + $VENV/bin/pytest tutorial/tests.py -q .. 2 passed in 1.41 seconds |
