Skip to content

Releases: swift-developer-tools/swift-test-kit

swift-test-kit 2.1.0

30 Apr 20:35
8f9692d

Choose a tag to compare

What's New

  • Improved diffs for RawRepresentable classes and structs. Diffs now use the raw value rather than reflecting into the underlying storage. Any types that need different behavior can conform to CustomDiffRepresentable.
  • Diff output now notes when expected and actual values are not equal but produce identical output.

swift-test-kit 2.0.0

07 Apr 22:58
8c6562b

Choose a tag to compare

What's New

  • Performance testing can now measure CPU time in addition to wall-clock time.
  • Improved Duration nanoseconds formatting.

Breaking Changes

  • timeLimit in PerformanceOptions, XCTKPerformance(), and STKPerformance() is now called wallTimeLimit to disambiguate from the new cpuTimeLimit.

swift-test-kit 1.0.0

28 Mar 01:30
490c84d

Choose a tag to compare

Initial public release of swift-test-kit.