org.clojars.vstein/testify

Your comment became a usable snippet of code! Testify turns these comments into automatically evaluated scripts, while still remaining embedded as a comment within your code. You rename the comment to test-comment and evaluate (eval-in-ns 'your-namespace) to automate evaluation.

Leiningen/Boot

[org.clojars.vstein/testify "0.3.0"]

Clojure CLI/deps.edn

org.clojars.vstein/testify {:mvn/version "0.3.0"}

Gradle

implementation("org.clojars.vstein:testify:0.3.0")

Maven

<dependency>
  <groupId>org.clojars.vstein</groupId>
  <artifactId>testify</artifactId>
  <version>0.3.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.