Skip to content

Dialect-independent tests for clojure.core, focused on locking down how Clojure JVM behaves so that other dialects to reach parity.

License

Notifications You must be signed in to change notification settings

jank-lang/clojure.core-test

Repository files navigation

The clojure.core test suite

This is a set of tests for Clojure's core standard library. Its purpose is not only to draw clear boundaries around Clojure JVM's behavior, but also to serve as a compliance suite for other Clojure dialects.

Currently, this project is owned by jank, the native Clojure dialect. As we build it up and prove jank's readiness, we also create value for the rest of the Clojure community. As it currently stands, jank isn't able to run clojure.test yet, so we're just focusing on building out the test cases for now.

How to contribute

Anyone with Clojure knowledge can help out!

Check out the latest progress and the steps for helping out here: #1

Running the tests

For a one-off run, you can use the following:

$ lein test

However, during development, you can use test-refresh to automatically re-run the test suite whenever you save new changes.

$ lein test-refresh

About

Dialect-independent tests for clojure.core, focused on locking down how Clojure JVM behaves so that other dialects to reach parity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •