Releases: clojure-expectations/boot-expectations
Releases · clojure-expectations/boot-expectations
Release 1.0.11
Updates Expectations to 2.1.9 (more flexible expectations on exceptions).
Release 1.0.10
Add expecting
task to make it easier to run Expectations tests via the REPL.
Release 1.0.9
Adds -S
/ --startup
option for symmetry with -s
/ --shutdown
option and provides more flexibility than expectations_options.clj
.
Also bumps defaults Expectations to 2.1.8 (as of release 1.0.8 of boot-expectations
).
Release 1.0.7
Fixes shutdown bug in 1.0.6.
Release 1.0.6 (buggy)
Reorder pod manipulation to speed up tests (see PR #11 for more details).
Pod cleanup can cause ClassNotFound exceptions in some situations. Will fix in 1.0.7.
Release 1.0.5
Bug fix for --requires
option.
Release 1.0.3
Adds --requires
and --shutdown
options to make post-test cleanup easier.
Release 1.0.2
Address #8 by caching pod outside task lifecycle.
Release 1.0.1
Release 1.0.0
Run Expectations with Boot.
- Specify which Clojure version to use for your tests.
- Include and Exclude namespaces using Regular Expressions.
- Print out each namespace as its Expectations complete.