Liking cljdoc? Tell your friends :D

mb.hawk.parallel

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.
raw docstring

*parallel?*clj

Whether test currently being ran is being ran in parallel.

Whether test currently being ran is being ran in parallel.
sourceraw docstring

assert-test-is-not-parallelclj

(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.
sourceraw docstring

parallel?clj

(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.
sourceraw docstring

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

× close