Liking cljdoc? Tell your friends :D

midje.config

Customizable configuration

Customizable configuration
raw docstring

*config*clj

source

above?clj

source

at-or-above?clj

source

at-print-levelcljmacro

(at-print-level level & body)
source

callable-matcher-forclj

(callable-matcher-for desired)
source

change-defaultsclj

(change-defaults & kvs)

Adds key-value pairs to the root configuration. Does not affect any temporary (dynamic) configurations.

Note: change-defaults can only be used in configuration files. It will not work within namespaces containing facts.

Adds key-value pairs to the root configuration.
Does not affect any temporary (dynamic) configurations.

Note: `change-defaults` can only be used in configuration files.
It will not work within namespaces containing facts.
sourceraw docstring

choiceclj

(choice key)

Returns the configuration value of key

Returns the configuration value of `key`
sourceraw docstring

conform-configclj

(conform-config config)

Transforms keys from non-standard representation to the standard one

Transforms keys from non-standard representation to the standard one
sourceraw docstring

describes-callable-matcher?clj

(describes-callable-matcher? arg)
source

describes-name-matcher?clj

source

load-config-filesclj

(load-config-files)
source

load-env-varsclj

(load-env-vars)
source

merge-permanently!clj

(merge-permanently! additions)

Merges the given map into the root configuration. Does not affect any temporary (dynamic) configurations.

Merges the given map into the root configuration.
Does not affect any temporary (dynamic) configurations.
sourceraw docstring

mkfn:fact-filter-predicateclj

(mkfn:fact-filter-predicate desireds)
source

no-overridesclj

source

running-in-repl?clj

(running-in-repl?)
source

user-wants-fact-to-be-recorded?clj

(user-wants-fact-to-be-recorded? fact)
source

validate!clj

(validate! changes)
source

validate-key!cljmultimethod

source

with-augmented-configcljmacro

(with-augmented-config additions & body)

Dynamically bind the configuration. Example: (require '[clojure.config :as config]) (config/with-augmented-config {:check-after-creation false} (fact 1 => 2))

Dynamically bind the configuration. Example:
(require '[clojure.config :as config])
(config/with-augmented-config {:check-after-creation false}
  (fact 1 => 2))
sourceraw docstring

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

× close