Skip to content

v2.13.0

Compare
Choose a tag to compare
@horenmar horenmar released this 12 Jul 18:33
v2.13.0
7f21cc6

Improvements

  • GENERATE can now follow a SECTION at the same level of nesting (#1938)
    • The SECTION(s) before the GENERATE will not be run multiple times, the following ones will.
  • Added -D/--min-duration command line flag (#1910)
    • If a test takes longer to finish than the provided value, its name and duration will be printed.
    • This flag is overriden by setting -d/--duration.

Fixes

  • TAPReporter no longer skips successful assertions (#1983)