test-loop

Pretty much autotest, watches your sourcefiles and runs tests when modified

Leiningen/Boot

[test-loop "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

test-loop/test-loop {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("test-loop:test-loop:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>test-loop</groupId>
  <artifactId>test-loop</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>