Liking cljdoc? Tell your friends :D

Expectations

Visit the expectations website for all of the expectation docs:

https://clojure-expectations.github.io

Running the tests:

lein do clean, test-success, test-clojure

This will run the (successful) expectations for Clojure and the (unsuccessful) clojure.test-compatible tests for Clojure (currently 83/83 and 15/25 tests/assertions respectively, the latter should show 20 failures and 2 errors).

You can also run the ClojureScript tests interactively:

./scripts/repl
cljs.user=> (require 'expectations.test)
...
cljs.user=> (expectations.test/-main)

This will run the (successful) expectations that are compatible with ClojureScript (currently 69/69).

You can run the "readme" tests:

lein test-readme

This generates test/clojure/readme.clj from examples.md and runs those generated tests. You should see 4 tests, with one failure and no errors.

You can run all expectations via:

lein do clean, expectations

This includes the deliberately failing expectations (used to visually confirm behavior for failing tests) and should run 132 assertions in total, of which 44 will fail and 2 will error.

Donate Bitcoins

Can you improve this documentation? These fine people already did:
Jay Fields, jaycfields, Jay, Sean Corfield, Bill Caputo, Jake McCrary & daniel watson
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close