diff options
| author | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-03 09:52:33 -0500 |
|---|---|---|
| committer | Paul Cutler <paul.r.cutler@gmail.com> | 2018-10-03 09:52:33 -0500 |
| commit | 0f9ea0cd3fd99aade91160c6fe833b7295b85254 (patch) | |
| tree | 557ff5992f74854c2cbdd2024bda8792ee6202d3 /docs/typographical-conventions.rst | |
| parent | c5d3424fe640f0e848078402da2027b7d9b7d00e (diff) | |
| download | pyramid-0f9ea0cd3fd99aade91160c6fe833b7295b85254.tar.gz pyramid-0f9ea0cd3fd99aade91160c6fe833b7295b85254.tar.bz2 pyramid-0f9ea0cd3fd99aade91160c6fe833b7295b85254.zip | |
Change references to "py.test" in Typographical Conventions
Change reference of "py.test" to "pytest" per pytest 3.0 release
in the Typographical Conventions documentation page
Diffstat (limited to 'docs/typographical-conventions.rst')
| -rw-r--r-- | docs/typographical-conventions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst index 76fdf8ace..7f052cbc8 100644 --- a/docs/typographical-conventions.rst +++ b/docs/typographical-conventions.rst @@ -128,7 +128,7 @@ When a command that should be typed on one line is too long to fit on the displa .. code-block:: bash - $VENV/bin/py.test tutorial/tests.py --cov-report term-missing \ + $VENV/bin/pytest tutorial/tests.py --cov-report term-missing \ --cov=tutorial -q |
