summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-05-07 01:53:23 -0700
committerSteve Piercy <web@stevepiercy.com>2016-05-07 01:53:23 -0700
commitea252c3df9cab326a5a5e9a7bdcafae637bd0d47 (patch)
tree5f01c95455d8933b60dc3f36ec6f8649e78836a2 /docs
parent683d7517f33329ef6bd0a0d1f8a5a9470c0e0bf1 (diff)
downloadpyramid-ea252c3df9cab326a5a5e9a7bdcafae637bd0d47.tar.gz
pyramid-ea252c3df9cab326a5a5e9a7bdcafae637bd0d47.tar.bz2
pyramid-ea252c3df9cab326a5a5e9a7bdcafae637bd0d47.zip
update narr/project.rst with py.test and coverage defaults
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst8
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.