Scalactic v3.2.2 Release Notes

Release Date: 2020-08-25 // over 3 years ago
  • ๐Ÿš€ ScalaTest 3.2.2 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.

    ๐Ÿ”„ Changes included:

    • โœ‚ Remove suite reporter only when the suite's tests are completed. (#1876)
    • Skip Await.ready call overhead when the future is already completed at the call site.
    • Report actual value of unexpected Try projection.
    • Report actual value of unexpected Either projection.
    • ๐Ÿ”„ Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial. (#1870)
    • โœจ Enhanced ObjectDiffer to handle diff-ing of objects with cyclic dependency. (#1871)

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