Link to the java lib (#28)

This commit is contained in:
Jakub Holy 2020-08-11 23:25:33 +02:00 committed by GitHub
parent c0c08b2e26
commit 3d4a5a7ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
[![Clojars Project](http://clojars.org/clj-test-containers/latest-version.svg)](http://clojars.org/clj-test-containers)
## What it is
This application is supposed to be a lightweight wrapper around the Testcontainers Java library.
This application is supposed to be a lightweight wrapper around the [Testcontainers Java library](https://www.testcontainers.org/).
## What it isn't
This library does not provide tools to include testcontainers in your testing lifecycle. As there are many different test tools with different approaches to testing in the clojure world, handling the lifecycle is up to you.