Skip to content
Release 3.7

- Verbose logging only verbosely logs messages of TestCov, not of other subcomponents.
  Especially matplotlib debug messages are not displayed anymore when command-line flag
  '--verbose' is used. This reduces clutter in the verbose output.

- The log prefix 'DEBUG:root' changed to 'DEBUG:suite_validation'.

- Nicer-looking progress display: Log messages and the progress display
  now work nicely together and do not intermingle, and the progress display shows
  the currently executed and total number of tests.
  Example: "⏳ Executing tests  20/227"