This website requires JavaScript.
Explore
Help
Sign In
p53209761
/
test_ok2
Watch
1
Star
0
Fork
You've already forked test_ok2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f9cafd1c94
test_ok2
/
changelog
/
5311.feature.rst
3 lines
99 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
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-25 16:13:29 +08:00
Captured logs that are output for each failing test are formatted using the
Update changelog/5311.feature.rst Co-Authored-By: Daniel Hahler <github@thequod.de>
2019-05-30 04:00:34 +08:00
ColoredLevelFormatter.