Liking cljdoc? Tell your friends :D

code.test.base.executive


+latest+clj

source

accumulateclj

(accumulate func id)

accumulates test results from various facts and files into a single data structure

accumulates test results from various facts and files into a single data structure
sourceraw docstring

announce-artifactsclj

(announce-artifacts artifacts)

prints save notices for written artifacts

prints save notices for written artifacts
sourceraw docstring

artifact-noticesclj

(artifact-notices {:keys [report-path run-path history-path]})

returns any save notices for written artifacts

returns any save notices for written artifacts
sourceraw docstring

eval-namespaceclj

(eval-namespace ns {:keys [run-id] :as params} lookup project)

evaluates the code within a specified namespace

evaluates the code within a specified namespace
sourceraw docstring

history-file-pathclj

(history-file-path {:keys [run-path]} params)

returns the output path for saved run history

returns the output path for saved run history
sourceraw docstring

interimclj

(interim facts)

summary function for accumulated results

summary function for accumulated results
sourceraw docstring

load-namespaceclj

(load-namespace ns _ lookup project)

loads a given namespace for testing

loads a given namespace for testing
sourceraw docstring

load-reportclj

(load-report path)

loads a saved test report edn file

loads a saved test report edn file
sourceraw docstring

report->run-pathclj

(report->run-path report-path)

returns the repl helper path for a saved test report

returns the repl helper path for a saved test report
sourceraw docstring

report-ednclj

(report-edn x)

coerces a report value into an EDN-safe shape

coerces a report value into an EDN-safe shape
sourceraw docstring

report-edn-safe?clj

(report-edn-safe? x)

checks if a value can be written as EDN without coercion

checks if a value can be written as EDN without coercion
sourceraw docstring

report-failed-factsclj

(report-failed-facts report)

groups failed/throw/timeout/errored report entries by namespace, returning a map of namespace -> set of refer symbols

groups failed/throw/timeout/errored report entries by namespace,
returning a map of namespace -> set of refer symbols
sourceraw docstring

report-file-pathclj

(report-file-path)

returns the output path for a saved test report

returns the output path for a saved test report
sourceraw docstring

retrieve-lineclj

(retrieve-line key results)

returns the line of the test

returns the line of the test
sourceraw docstring

run-currentclj

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

run-file-formclj

(run-file-form selector params)

creates the repl helper form for rerunning tests

creates the repl helper form for rerunning tests
sourceraw docstring

run-file-paramsclj

(run-file-params params)

removes internal/default params from the saved repl run helper

removes internal/default params from the saved repl run helper
sourceraw docstring

run-file-pathclj

(run-file-path report-path params)

returns the output path for a saved repl run helper

returns the output path for a saved repl run helper
sourceraw docstring

run-namespaceclj

(run-namespace ns params lookup project)

loads and run the namespace

loads and run the namespace
sourceraw docstring

save-artifactclj

(save-artifact _ path content)

saves a generated test artifact

saves a generated test artifact
sourceraw docstring

save-reportclj

(save-report items)
(save-report items selector params)

saves the report to .lang/runs

saves the report to .lang/runs
sourceraw docstring

save-report-pathsclj

(save-report-paths items selector params)

writes report artifacts and returns the written paths

writes report artifacts and returns the written paths
sourceraw docstring

save-run-historyclj

(save-run-history items selector params artifacts)

appends the saved run metadata to csv history

appends the saved run metadata to csv history
sourceraw docstring

summariseclj

(summarise items)

creates a summary of given results

creates a summary of given results
sourceraw docstring

summarise-bulkclj

(summarise-bulk _ items _)

creates a summary of all bulk results

creates a summary of all bulk results
sourceraw docstring

test-namespaceclj

(test-namespace ns {:keys [run-id test] :as params} lookup project)

runs a loaded namespace

runs a loaded namespace
sourceraw docstring

unload-namespaceclj

(unload-namespace ns _ lookup project)

unloads a given namespace for testing

unloads a given namespace for testing
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close