- Update Eftest to
0.5.9
, thanks to Ivan Kuznetsov. (#36)
- Fix file watch stoppage as a result of compile failures, thanks to Tommi Kyntola. (#34)
- Update Eftest to
0.5.7
and Cloverage to1.1.1
- Update Eftest to
0.5.4
- Update Eftest to
0.5.3
- Renamed to Bat-test
- Since this release includes a Leiningen plugin, this project isn't boot-only anymore. The old name boot-alt-test felt misleading, so we decided to rename the project. There should not be API breakage beyond the renamings.
- Artifact-name
metosin/boot-alt-test
->metosin/bat-test
- Boot namespace
metosin.boot-alt-test
->metosin.bat-test
- Boot task name
alt-test
->bat-test
- Leiningen task name
alt-test
->bat-test
- Includes Leiningen plugin
- Test selector support
:notify-command
option support
- Cloverage support
- Update Eftest to version
0.4.3
- 0.3.2 with rename notice
- Update Eftest to version
0.3.1
- Add
filter
option to provide function to filter test vars
- Update eftest to version
0.1.2
- Remove
fail
option and always throw exception. The stacktrace is hidden when using Boot version 2.7.0 or later.
- Only reload already loaded and test ns.
- This should fix problems in case there are namespaces that are
unloadable in test pod, e.g. they require
boot.core
. This might also improve performance a bit as unncessary namespaces are not loaded.
- This should fix problems in case there are namespaces that are
unloadable in test pod, e.g. they require
- Default
parallel
off - Add hooks
on-start
andon-end
, these are run before and after all the tests
- Two fixes related to running tests when hitting
Enter
- Run all tests by pressing
Enter
- Initial release