Liking cljdoc? Tell your friends :D

speculative.instrument

Loads all relevant speculative specs. Undefines specs that are not suited or useful to instrument and therefore makes it safe to call (stest/instrument). Provides functions to only instrument and unstruments specs provided by speculative.

Loads all relevant speculative specs. Undefines specs that are not
suited or useful to instrument and therefore makes it safe to
call `(stest/instrument)`. Provides functions to only instrument and
unstruments specs provided by speculative.
raw docstring

fixtureclj/s

(fixture test)

Fixture that can be used with clojure.test

Fixture that can be used with clojure.test
sourceraw docstring

instrumentclj/smacro

(instrument)
source

no-unload-blacklist?cljs

source

unload-blacklistclj/smacro

(unload-blacklist)
(unload-blacklist force?)

Make it safe to call (stest/instrument) by unloading blacklisted specs. Respects environment variable SPECULATIVE_NO_UNLOAD_BLACKLIST or goog-define no-unload-blacklist?, unless force? is true. To undo unloading in the REPL, use require + :reload. Called when requiring this namespace.

Make it safe to call `(stest/instrument)` by unloading blacklisted
specs. Respects environment variable
`SPECULATIVE_NO_UNLOAD_BLACKLIST` or `goog-define`
`no-unload-blacklist?`, unless `force?` is true. To undo unloading
in the REPL, use `require` + `:reload`. Called when requiring this
namespace.
sourceraw docstring

unstrumentclj/smacro

(unstrument)
source

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

× close