test_ok2/testing
holger krekel 8871ca5bfa 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.
2010-10-31 19:51:16 +01:00
..
plugin introduce "-q" option which decreases verbosity and basically leads to a unittest/nosetest-style "." output 2010-10-31 19:51:16 +01:00
acceptance_test.py introduce reading of setup.cfg / ini-style configuration files 2010-10-27 19:35:27 +02:00
conftest.py get option settings from ini-file. make getting configuration options from conftest.py only an internal feature. 2010-10-31 17:41:58 +01:00
test_collect.py remove superflous collect_by_name, and improve some docs 2010-10-31 18:01:33 +01:00
test_collection.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_config.py get option settings from ini-file. make getting configuration options from conftest.py only an internal feature. 2010-10-31 17:41:58 +01:00
test_conftest.py refine and document conftest loading and handling. 2010-10-13 18:45:07 +02:00
test_parseopt.py get option settings from ini-file. make getting configuration options from conftest.py only an internal feature. 2010-10-31 17:41:58 +01:00
test_pluginmanager.py allow modules/conftest files specify dotted import paths for loading plugins 2010-10-31 19:01:46 +01:00