Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 368 Bytes

10991.improvement.rst

File metadata and controls

2 lines (2 loc) · 368 Bytes

Added handling of %f directive to print microseconds in log format options, such as log-date-format. Added helper pytest.logging.DatetimeFormatter <_pytest.logging.DatetimeFormatter> which overrides logging.Formatter behaviour to print log records with a microsecond-aware function datetime.strftime instead of time.strftime.