Bump scalatest_2.12 from 3.0.2 to 3.0.9
Bumps scalatest_2.12 from 3.0.2 to 3.0.9.
Release notes
Sourced from scalatest_2.12's releases.
3.0.9
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:
- John Duffell (https://github.com/johnduffell)
- Seth Tisue (https://github.com/SethTisue)
- Chua Chee Seng (https://github.com/cheeseng)
- Bill Venners (https://github.com/bvenners)
3.0.8
Fixes
- Duplicate classes of JMock, JUnit, ScalaCheck, TestNG, EasyMock, and Selenium to org.scalatestplus.xxx packages, this fix problem for user using them from Java.
- Added root to the macros defined in TypeMatcherMacro.
- Changed Framework to flavour
@WrapWithwhen it is available, consistent with behaviour of ScalaTestFramework and Runner.- Fixed javascript error in report files generated by HtmlReporter.
Enhancements
- Make Prettifier to not depends on scala-xml classes, and removed scala-xml dependency from scalactic.
- Make StringOps in Prettifier to be compatible with Scala 2.13.0, all tests in AssertionsSpec now passes.
- Made Every's groupBy method to behave consistently in Scala 2.13.0.
- Use collection prefix from toString for ColCompatHelper's className implementation of Scala 2.13.0.
- Updated to use scala-js 0.6.28, 1.0.0-M3 and 1.0.0-M8.
Deprecations
- Deprecated org.scalatest.enablers.CheckerAsserting in favour of org.scalatestplus.scalacheck.CheckerAsserting.
3.0.7
This release has the same functionality as 3.0.6, and should be source compatible with 3.0.6, but unlike 3.0.6, is binary compatible with 3.0.5. Please see the release notes for 3.0.6 to find out the details of what the release contains. The goal with this release it to achieve binary compatibility with 3.0.5. Unfortunately although 3.0.6 should be source compatible with 3.0.5, it was not binary compatible.
3.0.7-RC1
This release has the same functionality as 3.0.6, and should be source compatible with 3.0.6, but unlike 3.0.6, is binary compatible with 3.0.5. Please see the release notes for 3.0.6 to find out the details of what the release contains. The goal with this release it to achieve binary compatibility with 3.0.5. Unfortunately although 3.0.6 should be source compatible with 3.0.5, it was not binary compatible.
3.0.6
Bug Fixes
- Fixed incorrect test count problem in scala-js starting 0.6.22.
- Fixed problem when partial unification is enabled with -Ypartial-unification.
- Enhanced TypeMatcherHelper to handle primitive types checking.
- Enhanced TypeMatcherHelper to handle AnyVal correctly.
... (truncated)
Commits
694c2b6Merge branch 'cheeseng-3.0.9-changes-2' into 3.0.x733ce48Adjusted README.md in publishing steps.6a9f0caAdjusted skip command in SuiteRunner.scala, as 3.0.x does not support native.62c0cf5In SuiteRunner, check if the running suite is distributed to run in parallel,...831970cAdded test code that catches the case where suite reporter is removed too early.df2e828Moved suiteReporterMap -= (head.suiteId) into the doneEvent<- head.doneEvent ...ab3866aRemove suite reporter only when the suite's tests are completed.d6315fbMerge branch 'cheeseng-3.0-backport-stray-timer-fix' into 3.0.x30cdc6aMerge branch '3.0-backport-stray-timer-fix' of https://github.com/cheeseng/sc...2aafe90Merge pull request #1872 from cheeseng/3.0-feature-fix-typesafe-sbt-ivy-relea...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: master.
@dependabot rebase
@dependabot rebase