Skip to content

0.3.0

Compare
Choose a tag to compare
@ajoberstar ajoberstar released this 10 Jan 21:51
· 12 commits to main since this release

This release is a rewrite to focus the library on just providing a TestEngine for clojure.test, without expecting any non-Clojure frameworks to be used.

This also ensures it's compatible with Gradle, by supporting ClassSelector and ClassSource which is a requirement of Gradle's (extremely lackluster) JUnit 5 support.

Breaking Changes

  • Removal of NamespaceFilter, NamespaceSelector, VarSelector -- existing launchers only support built-in seletors and usually just a subset

Enhancements

  • Support for ClassSelector, ClasspathResourceSelector, and ClasspathRootSelector

Fixes

None

Deprecations

None

Compatibility

Java: requires 8 or higher