code.test.manage
fact:global
macro
added in 3.0
(fact:global)(fact:global cmd & args)fact global getter and setter
(fact:global)
fact:global-fn
added in 3.0
(fact:global-fn)(fact:global-fn cmd & args)global getter and setter
(fact:global-fn :get [])
fact:global-map
added in 3.0
(fact:global-map ns {:keys [import unimport remove component], :as m})sets and gets the global map
(fact:global-map ns {})
fact:ns-import
added in 3.0
(fact:ns-import ns)loads, imports and aliases current namespace
fact:ns-unalias
added in 3.0
(fact:ns-unalias ns)removes all aliases from current namespace
fact:ns-unimport
added in 3.0
(fact:ns-unimport ns)unload, unimports and unalias current namespace
fact:ns-unintern
added in 3.0
(fact:ns-unintern ns)removes all interns into current namespace