github scalatest/scalatest release-3.0.9
3.0.9

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:

Don't miss a new scalatest release

NewReleases is sending notifications on new releases.