diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-08 12:07:08 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-08 12:07:08 -0700 |
| commit | c28854062b2092a416fb48a671b07248c47df6b5 (patch) | |
| tree | 585208aa81b4e1fbae994965ec3a3eb11b364c8e /docs/quick_tour.rst | |
| parent | d785b7d7e3608848cdb9d21e7b43b524f4251ff3 (diff) | |
| parent | d0c1f9ad5e82c265974f5c678c9d4ea459375593 (diff) | |
| download | pyramid-c28854062b2092a416fb48a671b07248c47df6b5.tar.gz pyramid-c28854062b2092a416fb48a671b07248c47df6b5.tar.bz2 pyramid-c28854062b2092a416fb48a671b07248c47df6b5.zip | |
Merge pull request #2550 from Pylons/vincent-ferotin-scaffolds-allow-pytest-run-without-args
Vincent ferotin scaffolds allow pytest run without args
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 2 |
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. |
