Commit graph

8 commits

Author SHA1 Message Date
Rob Hanlon
36f3820f4f
cljstyle redux, with pre-commit hook (#24)
* cljstyle redux, with pre-commit

* Use fork of lein-githooks with fixes for shell characters

* Remove stale doc
2020-08-09 21:38:20 +02:00
Tim Zöller
a327fc3f75 #20 - Increase version to next milestone 0.3.0-SNAPSHOT 2020-08-09 21:35:34 +02:00
Tim Zöller
d8482330b5 \# Increased version to 2.0.0 to prepare release 2020-08-09 21:27:06 +02:00
Rob Hanlon
cc77c4233d
Switch from bat-test to kaocha (#22) 2020-08-07 20:22:45 +02:00
Tim Zöller
1e24824916 #20 - Released 0.2.0-SNAPSHOT to clojars 2020-08-05 22:49:04 +02:00
Rob Hanlon
8794b4a991
Allow for provision of a Testcontainer instance (#16)
* Allow for provision of a Testcontainer instance

Testcontainers provides many different container implementations that
can be very useful. This simple change allows callers to provide their
own, premade container instance so consumers can flexibly choose their
container type. If no container instance is supplied, then
clj-test-containers falls back to its original behavior.

* Extract  function

* Cleanup, ensure Clojure types instead of Java types

Co-authored-by: Tim Zöller <mail@tim-zoeller.de>
2020-08-05 07:25:59 +02:00
Tim Zöller
647d4fe441 #5 - Refactoring and documentation 2020-06-06 17:30:00 +02:00
Tim Zöller
26e69c118e #7 - Switch from Boot to Leiningen 2020-06-06 16:26:31 +02:00