com.walmartlabs/test-reporting

Simple library to pretty print context when tests fail.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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