Liking cljdoc? Tell your friends :D

fundingcircle.jukebox.resource

Library for creating an inventory of resources needed to run tests.

Library for creating an inventory of resources needed to run tests.
raw docstring

ignore-exceptionsclj

(ignore-exceptions f)
source

inventoryclj

(inventory keys tags)

Returns a map of entry points to inventory manifest for features matching tags (see parse-tags).

Returns a map of entry points to inventory manifest for features matching `tags` (see `parse-tags`).
sourceraw docstring

parse-tagsclj

(parse-tags cli-args)

Parses the --tags command line option.

Parses the `--tags` command line option.
sourceraw docstring

surrounding-step?clj

(surrounding-step? v)

Checks whether a var is a surrounding step fn (:scene/before, :scene/after, :scene/before-step, or :scene/after-step).

Checks whether a var is a surrounding step fn (:scene/before, :scene/after,
:scene/before-step, or :scene/after-step).
sourceraw docstring

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

× close