summaryrefslogtreecommitdiff
path: root/docs/conventions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-05-07 01:53:43 -0700
committerSteve Piercy <web@stevepiercy.com>2016-05-07 01:53:43 -0700
commitb0eb612ca540d5d69841902424cd09b92b80e13b (patch)
tree541a3b0572fa21db3f4a8cda39106ebe184a8058 /docs/conventions.rst
parentea252c3df9cab326a5a5e9a7bdcafae637bd0d47 (diff)
downloadpyramid-b0eb612ca540d5d69841902424cd09b92b80e13b.tar.gz
pyramid-b0eb612ca540d5d69841902424cd09b92b80e13b.tar.bz2
pyramid-b0eb612ca540d5d69841902424cd09b92b80e13b.zip
update conventions.rst with 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