summaryrefslogtreecommitdiff
path: root/docs/conventions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-05-07 02:07:38 -0700
committerSteve Piercy <web@stevepiercy.com>2016-05-07 02:07:38 -0700
commit8b18ae8fa7f7f51aec7e1fa3a23be8adbb5f88f2 (patch)
tree038cab695ff6501272a83278c7bd4a2b26856744 /docs/conventions.rst
parent5beb1eb5d29f43c6e958fb92570f0be767a31bab (diff)
parentedab48b35d1175bf20416fa570ba32506605e662 (diff)
downloadpyramid-8b18ae8fa7f7f51aec7e1fa3a23be8adbb5f88f2.tar.gz
pyramid-8b18ae8fa7f7f51aec7e1fa3a23be8adbb5f88f2.tar.bz2
pyramid-8b18ae8fa7f7f51aec7e1fa3a23be8adbb5f88f2.zip
Merge pull request #2551 from stevepiercy/vincent-ferotin-scaffolds-allow-pytest-run-without-args
complete update of docs for py.test and coverage defaults
Diffstat (limited to 'docs/conventions.rst')
-rw-r--r--docs/conventions.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conventions.rst b/docs/conventions.rst
index 0f5daf106..43853882c 100644
--- a/docs/conventions.rst
+++ b/docs/conventions.rst
@@ -55,7 +55,7 @@ character, e.g.:
.. code-block:: bash
- $ $VENV/bin/py.test tutorial/tests.py -q
+ $ $VENV/bin/py.test -q
(See :term:`venv` for the meaning of ``$VENV``)
@@ -64,7 +64,7 @@ drive letter and/or a directory name, e.g.:
.. code-block:: doscon
- c:\examples> %VENV%\Scripts\py.test tutorial\tests.py -q
+ c:\examples> %VENV%\Scripts\py.test -q
(See :term:`venv` for the meaning of ``%VENV%``)
@@ -73,7 +73,7 @@ example block commands are prefixed only with a ``>`` character, e.g.:
.. code-block:: doscon
- > %VENV%\Scripts\py.test tutorial\tests.py -q
+ > %VENV%\Scripts\py.test -q
When a command that should be typed on one line is too long to fit on a page,
the backslash ``\`` is used to indicate that the following printed line should