Files
pytest2/testing
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
..
2019-03-01 14:24:18 +01:00
2019-03-22 17:26:16 +01:00
2019-03-23 11:36:18 +01:00
2019-03-23 11:36:18 +01:00
2019-04-10 00:03:49 +02:00
2019-03-01 14:24:18 +01:00
2019-04-14 23:26:56 +02:00