Liking cljdoc? Tell your friends :D

code.test.task


-mainclj

(-main & args)

main entry point for leiningen

(task/-main)

main entry point for leiningen

(task/-main)
raw docstring

(print-options)
(print-options opts)

output options for test results

(task/print-options) => #{:disable :default :all :current :help}

(task/print-options :default) => #{:print-bulk :print-failure :print-thrown}

output options for test results

(task/print-options)
=> #{:disable :default :all :current :help}

(task/print-options :default)
=> #{:print-bulk :print-failure :print-thrown}
raw docstring

process-argsclj

(process-args args)

processes input arguments

(task/process-args ["hello"]) => #{:hello}

processes input arguments

(task/process-args ["hello"])
=> #{:hello}
raw docstring

runclj

(run)
(run ns)
(run ns params)
(run ns params project)
(run ns params lookup project)

runs all tests

(task/run :list)

(task/run 'std.lib.foundation) ;; {:files 1, :thrown 0, :facts 8, :checks 18, :passed 18, :failed 0} => map?

runs all tests

(task/run :list)

(task/run 'std.lib.foundation)
;; {:files 1, :thrown 0, :facts 8, :checks 18, :passed 18, :failed 0}
=> map?
raw docstring

run-erroredclj

(run-errored)

runs only the tests that have errored

(task/run-errored)

runs only the tests that have errored

(task/run-errored)
raw docstring

run:currentclj

(run:current)
(run:current ns)
(run:current ns params)
(run:current ns params project)
(run:current ns params lookup project)

runs the current namespace

runs the current namespace
raw docstring

run:interruptclj

(run:interrupt)

run:loadclj

(run:load)
(run:load ns)
(run:load ns params)
(run:load ns params project)
(run:load ns params lookup project)

load test namespace

load test namespace
raw docstring

run:testclj

(run:test)
(run:test ns)
(run:test ns params)
(run:test ns params project)
(run:test ns params lookup project)

runs loaded tests

runs loaded tests
raw docstring

run:unloadclj

(run:unload)
(run:unload ns)
(run:unload ns params)
(run:unload ns params project)
(run:unload ns params lookup project)

unloads the test namespace

unloads the test namespace
raw docstring

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

× close