Skip to content

Releases: clojure-expectations/boot-expectations

Release 1.0.11

Choose a tag to compare

@seancorfield seancorfield released this 14 Jul 21:28

Updates Expectations to 2.1.9 (more flexible expectations on exceptions).

Release 1.0.10

Choose a tag to compare

@seancorfield seancorfield released this 07 Jul 17:47

Add expecting task to make it easier to run Expectations tests via the REPL.

Release 1.0.9

Choose a tag to compare

@seancorfield seancorfield released this 11 May 00:55

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

Choose a tag to compare

@seancorfield seancorfield released this 18 Mar 19:23

Fixes shutdown bug in 1.0.6.

Release 1.0.6 (buggy)

Choose a tag to compare

@seancorfield seancorfield released this 18 Mar 17:49

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

Choose a tag to compare

@seancorfield seancorfield released this 31 Jan 02:33

Bug fix for --requires option.

Release 1.0.3

Choose a tag to compare

@seancorfield seancorfield released this 25 Dec 21:31

Adds --requires and --shutdown options to make post-test cleanup easier.

Release 1.0.2

Choose a tag to compare

@seancorfield seancorfield released this 25 Dec 04:38

Address #8 by caching pod outside task lifecycle.

Release 1.0.1

Choose a tag to compare

@seancorfield seancorfield released this 20 Dec 22:46

Addresses #6 #7 by deduping list of namespaces.

Release 1.0.0

Choose a tag to compare

@seancorfield seancorfield released this 19 Dec 06:30

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.