Commit graph

4 commits

Author SHA1 Message Date
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