(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 valuesRun 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
(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`.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |