summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-02 21:38:47 -0400
committerChris McDonough <chrism@plope.com>2010-11-02 21:38:47 -0400
commit0bd22602a5be415b0864ca87f85f6835660009b7 (patch)
treedb7dde9c46c7a803d374f10149742a2e2713d461 /docs
parentd9509df4c2203b8418184ec940a385fd6ce5adf0 (diff)
downloadpyramid-0bd22602a5be415b0864ca87f85f6835660009b7.tar.gz
pyramid-0bd22602a5be415b0864ca87f85f6835660009b7.tar.bz2
pyramid-0bd22602a5be415b0864ca87f85f6835660009b7.zip
note -q reasoning
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 4e140709c..506d1a623 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -216,6 +216,12 @@ Here's sample output from a test run:
OK
+.. note::
+
+ The ``-q`` option is passed to the ``setup.py test`` command to limit the
+ output to a stream of dots. If you don't pass ``-q``, you'll see more
+ verbose test result output (which normally isn't very useful).
+
The tests themselves are found in the ``tests.py`` module in your
``paster create`` -generated project. Within a project generated by
the ``pyramid_starter`` template, a single sample test exists.