pytest2/testing/logging
Thomas Hisch d4b85da8c7 Use same code for setting up cli/non-cli formatter
A method _create_formatter was introduced that is used for both the
log_cli_formatter and the log_formatter.

Consequences of this commit are:
* Captured logs that are output for each failing test are formatted
  using the ColoredLevelFromatter.
* The formatter used for writing to a file still uses the non-colored
  logging.Formatter class.
2019-05-28 21:30:34 +02:00
..
test_fixture.py minor: typos 2018-11-09 02:03:44 +01:00
test_formatter.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_reporting.py Use same code for setting up cli/non-cli formatter 2019-05-28 21:30:34 +02:00