com.walmartlabs/test-reporting

Simple library to pretty print context when tests fail.

Leiningen/Boot

[com.walmartlabs/test-reporting "1.0.0"]

Clojure CLI/deps.edn

com.walmartlabs/test-reporting {:mvn/version "1.0.0"}

Gradle

implementation("com.walmartlabs:test-reporting:1.0.0")

Maven

<dependency>
  <groupId>com.walmartlabs</groupId>
  <artifactId>test-reporting</artifactId>
  <version>1.0.0</version>
</dependency>