summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-05-07 01:39:57 -0700
committerSteve Piercy <web@stevepiercy.com>2016-05-07 01:39:57 -0700
commit683d7517f33329ef6bd0a0d1f8a5a9470c0e0bf1 (patch)
tree5b5dfe5eecbc8baa8d5869dfd02d3adfb6013e63 /docs
parent779b316ec36ad4920bbe2fd6c6e0aaa5c021e029 (diff)
downloadpyramid-683d7517f33329ef6bd0a0d1f8a5a9470c0e0bf1.tar.gz
pyramid-683d7517f33329ef6bd0a0d1f8a5a9470c0e0bf1.tar.bz2
pyramid-683d7517f33329ef6bd0a0d1f8a5a9470c0e0bf1.zip
update quick tour with py.test and coverage defaults
Diffstat (limited to 'docs')
-rw-r--r--docs/quick_tour.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 78af6fd40..b170e5d98 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -699,7 +699,7 @@ We changed ``setup.py`` which means we need to rerun ``$VENV/bin/pip install -e
.. code-block:: bash
- $ $VENV/bin/py.test --cov=hello_world --cov-report=term-missing hello_world/tests.py
+ $ $VENV/bin/py.test --cov --cov-report=term-missing
This yields the following output.