Code related to running parallel tests, and utilities for disallowing dangerous stuff inside them.
Code related to running parallel tests, and utilities for disallowing dangerous stuff inside them.
Whether test currently being ran is being ran in parallel.
Whether test currently being ran is being ran in parallel.
(assert-test-is-not-parallel disallowed-message)
Throw an exception if we are inside a ^:parallel
test.
Throw an exception if we are inside a `^:parallel` test.
(parallel? test-var)
Whether test-var
can be ran in parallel with other parallel tests.
Whether `test-var` can be ran in parallel with other parallel tests.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close