You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the module `kotest-framework-api` does not exist anymore,
see [1], and the the module `kotest-framework-datatest` has been merged
into `kotest-framework-engine`. But some functions of
`kotest-framework-datatest` have been moved to `kotest-assertions-table`.
Also `withEnvironment` was removed, see [2], so it is being copied over
from Kotest 5.9.1.
Finally, Kotest 6 removes class path scanning completely [3], so all
related properties from `kotest.properties` can be removed.
[1]: kotest/kotest#4562
[2]: kotest/kotest#5033
[3]: https://kotest.io/docs/release6/#removed-classpath-scanning
0 commit comments