Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 18:21
· 22 commits to main since this release

Added

  • Added top-level deftest declarations, inline source-test discovery, async test execution, and individual native Spork test reporting.

Changed

  • spork test now runs only Spork tests with the native runner; Python test framework integration and the --spork-only/--python-only switches were removed.
  • New projects use deftest in their generated test module.

Fixed

  • Preserve macro invocation locations so assertion failures point at the assertion call in Spork tracebacks.

Full Changelog: v0.4.1...v0.4.2