pytest2/testing/logging
Thomas Hisch ac7eb63a6b Remove --no-print-logs option
This option is superseded by the --show-capture option. With --no-print-logs
it was possible to only disable the reporting of captured logs, which is no
longer possible with --show-capture. If --show-capture=no is used, no
captured content (stdout, stderr and logs) is reported for failed tests.
2018-02-18 20:48:07 +01:00
..
test_fixture.py Change caplog.get_handler(when) to caplog.get_records(when) 2018-01-24 19:08:49 -02:00
test_formatter.py live-logging: Colorize levelname 2018-01-30 18:21:12 +01:00
test_reporting.py Remove --no-print-logs option 2018-02-18 20:48:07 +01:00