(accumulate func id)
helper function for accumulating results over disparate facts and files
helper function for accumulating results over disparate facts and files
(eval-namespace ns {:keys [run-id] :as params} lookup project)
evals the namespace
evals the namespace
(interim facts)
summary function for accumulated results
summary function for accumulated results
(load-namespace ns _ lookup project)
loads a given namespace for testing
loads a given namespace for testing
(retrieve-line key results)
returns the line of the test
returns the line of the test
(run-current ns params lookup project)
runs the current namespace (which can be a non test namespace)
runs the current namespace (which can be a non test namespace)
(run-namespace ns params lookup project)
loads and run the namespace
loads and run the namespace
(summarise items)
creates a summary of given results
creates a summary of given results
(summarise-bulk _ items _)
creates a summary of all bulk results
creates a summary of all bulk results
(test-namespace ns {:keys [run-id test] :as params} lookup project)
runs a loaded namespace
runs a loaded namespace
(unload-namespace ns _ lookup project)
unloads a given namespace for testing
unloads a given namespace for testing
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close