Liking cljdoc? Tell your friends :D

mb.hawk.init

Code related to mb.hawk.core initialization and utils for enforcing that code isn't allowed to run while loading namespaces.

Code related to [[mb.hawk.core]] initialization and utils for enforcing that code isn't allowed to run while
loading namespaces.
raw docstring

*test-namespace-being-loaded*clj

Bound to the test namespace symbol that's currently getting loaded, if any.

Bound to the test namespace symbol that's currently getting loaded, if any.
sourceraw docstring

assert-tests-are-not-initializingclj

(assert-tests-are-not-initializing disallowed-message)

Check that we are not in the process of loading test namespaces when starting up mb.hawk.core. For example, you probably don't want to be doing stuff like creating application DB connections as a side-effect of loading test namespaces.

Check that we are not in the process of loading test namespaces when starting up [[mb.hawk.core]]. For
example, you probably don't want to be doing stuff like creating application DB connections as a side-effect of
loading test namespaces.
sourceraw docstring

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

× close