diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-07 02:07:38 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-07 02:07:38 -0700 |
| commit | 8b18ae8fa7f7f51aec7e1fa3a23be8adbb5f88f2 (patch) | |
| tree | 038cab695ff6501272a83278c7bd4a2b26856744 /docs/narr | |
| parent | 5beb1eb5d29f43c6e958fb92570f0be767a31bab (diff) | |
| parent | edab48b35d1175bf20416fa570ba32506605e662 (diff) | |
| download | pyramid-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/narr')
| -rw-r--r-- | docs/narr/project.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index a25394151..1ce12a938 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -929,10 +929,10 @@ The ``tests.py`` module includes unit tests for your application. :linenos: This sample ``tests.py`` file has one unit test and one functional test defined -within it. These tests are executed when you run ``py.test myproject/tests.py --q``. You may add more tests here as you build your application. You are not -required to write tests to use :app:`Pyramid`. This file is simply provided for -convenience and example. +within it. These tests are executed when you run ``py.test -q``. You may add +more tests here as you build your application. You are not required to write +tests to use :app:`Pyramid`. This file is simply provided for convenience and +example. See :ref:`testing_chapter` for more information about writing :app:`Pyramid` unit tests. |
