From 0bd22602a5be415b0864ca87f85f6835660009b7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 21:38:47 -0400 Subject: note -q reasoning --- docs/narr/project.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3