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)
- Updated flexmark to 0.36.8.
Thanks to the contributors for the ScalaTest/Scalactic 3.2.2 release:
- Robert Elliot (https://github.com/Mahoney)
- Chua Chee Seng (https://github.com/cheeseng)
- Bill Venners (https://github.com/bvenners)