gitlab opensavvy/groundwork/prepared 2.0.0-alpha.2

latest releases: 2.1.1, 2.1.0, 2.0.6...
7 months ago

Breaking changes

Replace:

test("Foo", yourCoroutineContext) {
    // your test
}

by

test("Foo", Context(yourCoroutineContext)) {
    // your test
}

Suite

  • Removed the 'context' parameter to 'test' and added the Context configuration (#75, !115)

Documentation

  • Removed the empty 'Best practices' section (!118)
  • The documentation website now contains the reference (!119)

Dependencies

  • Kotlin 2.1.0

Don't miss a new prepared release

NewReleases is sending notifications on new releases.