introduce "-q" option which decreases verbosity and basically leads to a unittest/nosetest-style "." output
add it in an ini file like this:
[pytest]
addargs=-q
and you get that by default.
This commit is contained in:
@@ -23,7 +23,7 @@ You can create a simple example file:
|
||||
and if you installed `PyYAML`_ or a compatible YAML-parser you can
|
||||
now execute the test specification::
|
||||
|
||||
nonpython $ py.test
|
||||
nonpython $ py.test test_simple.yml
|
||||
=========================== test session starts ============================
|
||||
platform linux2 -- Python 2.6.5 -- pytest-2.0.0.dev10
|
||||
test path 1: /home/hpk/p/pytest/doc/example/nonpython
|
||||
|
||||
Reference in New Issue
Block a user