Scalactic v3.0.9 Release Notes

Release Date: 2020-09-23 // over 3 years ago
  • ๐Ÿš‘ ScalaTest 3.0.9 is a point release of ScalaTest that backported critical bug fixes and a few enhancements from 3.1.x.

    ๐Ÿ”„ Changes included:

    • โœ… Only expect non-filtered Async tests to be reported as completed in AsyncEngine, ParallelTestExecution and RandomTestOrder, which causes incorrect test count reported.
    • ๐Ÿšš In SuiteSortingReporter, only remove suite reporter after the SuiteCompleted event is reported correctly.
    • ๐Ÿ‘Œ Improved support for Symbol in Prettifier and PrivateMethodTester.
    • โšก๏ธ Updated scala-js version to 0.6.33.
    • โšก๏ธ Updated scalacheck version to 1.14.3.
    • โœ… Rewritten SuiteSortingReporter and TestSortingReporter to create timer instance only when required, avoiding creating the timer thread when it is not needed.
    • ๐Ÿ”„ Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial.

    ๐Ÿš€ Thanks to the contributors for the ScalaTest/Scalactic 3.0. release: