summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.