Liking cljdoc? Tell your friends :D
Clojure only.

duct.test


runclj

(run)
(run options)

Run the Duct application in a test environment. Supports the following options:

  • :config - the config map to use (default loads from duct.edn)
  • :keys - only run this collection of keys (default is all keys)
  • :profiles - use these profiles (default is [:test])
  • :vars - bind vars to this map of symbols to values
Run the Duct application in a test environment. Supports the following
options:

- `:config`   - the config map to use (default loads from `duct.edn`)
- `:keys`     - only run this collection of keys (default is all keys)
- `:profiles` - use these profiles (default is `[:test]`)
- `:vars`     - bind vars to this map of symbols to values
raw docstring

with-systemcljmacro

(with-system [sym system] & body)

Halt a system after the end of the body. Has the same semantics as with-open.

Halt a system after the end of the body. Has the same semantics as
`with-open`.
raw 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