Skip to content

Releases: kotest/kotest

Release 3.4.1

20 Sep 18:25
Compare
Choose a tag to compare
v3.4.1

Release 3.4.1

v3.4.0

22 Jul 16:13
Compare
Choose a tag to compare
Added gradle kotlintest build

v3.3.3

22 Jul 16:12
Compare
Choose a tag to compare
Release 3.3.3

Release 3.3.2

05 Apr 00:19
Compare
Choose a tag to compare
  • Fixed .kotlintest folder being created even when not necessary #720
  • Fixed child tests propagating exceptions to parents (making the entire test suite fail)

Release 3.3.0

28 Feb 23:59
Compare
Choose a tag to compare
Release 3.3.0

3.3.0-RC2

28 Feb 23:59
Compare
Choose a tag to compare
3.3.0-RC2 Pre-release
Pre-release
[Gradle Release Plugin] - creating tag:  '3.3.0-RC2'.

Release 3.2.1

19 Jan 03:43
Compare
Choose a tag to compare
  • Feature: AnnotationSpec now has a expected exception configuration #527 #559
  • Feature: BehaviorSpec gained extra nesting possibilities, with And between any other keywords #562 #593
  • Bugfix: Independent tests were sharing a thread, and one test could timeout a different one for apparently no reason #588 #590
  • Improvement: Documentation on TestConfig.invocations clarified #591 #592

Release 3.2.0

15 Jan 19:46
Compare
Choose a tag to compare
  • Feature: Support for coroutines directly from tests #386
  • Feature: Isolation mode added to more finely control the instances in which tests execute #379
  • Feature: When re-running tests, execute previously failing specs first #388
  • Feature: Support for @before and @after in AnnotationSpec for easier migration from JUnit #513
  • Feature: Support package selectors in discovery #461
  • Improvement: The test listeners have been reworked to make them more powerful and clearer #494
  • Improvement: Better support for multi-line string comparisions #402
  • Improvement: Gen.oneOf should be covariant #471
  • Improvement: Double should have oppostive matchers for shouldBePositive and shouldBeNegative #435
  • Improvement: New matchers #393 #325
  • Bugfix: BehaviorSpec doesn't allow config bug #495
  • Bugfix: Error when throwing AssertionError from inside a shouldThrow{} block #479
  • Bugfix: Fix test timeouts #476
  • Bugfix: Fix annotation spec failure message #539
  • Internal: Build now uses Kotlin 1.3 #379
  • Internal: Upgraded class scanning to use ClassGraph instead of Reflections #459

3.2.0-RC2

10 Jan 02:13
Compare
Choose a tag to compare
3.2.0-RC2 Pre-release
Pre-release
[Gradle Release Plugin] - creating tag:  '3.2.0-RC2'.

3.2.0-RC1

09 Jan 14:27
Compare
Choose a tag to compare
3.2.0-RC1 Pre-release
Pre-release
[Gradle Release Plugin] - creating tag:  '3.2.0-RC1'.