Catch v2.13.0 Release Notes

Release Date: 2020-07-12 // almost 4 years ago
  • 👌 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)