Development and test support.
Development and test support.
This namespace is solely for DEV mode initialization, typically suited for running tests from the command-line. To use this, simply 'require' it in the 'ns' macro of the namespace that expects DEV mode initialization:
(ns myapp
(:require bract.core.dev-init))
A more elaborate (contrived) example is below:
(ns mycorp.myapp.foo-test
(:require
[mycorp.myapp.foo :as f]
[clojure.test :refer [deftest is testing]]
bract.core.dev-init))
In the snippets above the ns block ensures the initialized DEV environment by referring to bract.core.dev-init
.
This namespace is solely for DEV mode initialization, typically suited for running tests from the command-line. To use this, simply 'require' it in the 'ns' macro of the namespace that expects DEV mode initialization: ```clojure (ns myapp (:require bract.core.dev-init)) ``` A more elaborate (contrived) example is below: ```clojure (ns mycorp.myapp.foo-test (:require [mycorp.myapp.foo :as f] [clojure.test :refer [deftest is testing]] bract.core.dev-init)) ``` In the snippets above the ns block ensures the initialized DEV environment by referring to `bract.core.dev-init`.
No vars found in this namespace.
Verbose echo utility functions.
Verbose echo utility functions.
The inducer functions exposed by bract.core
module.
The inducer functions exposed by `bract.core` module.
Context and configuration keys used by bract.core and related functions.
Context and configuration keys used by bract.core and related functions.
Provided entry-point for Bract CLI applications.
Provided entry-point for Bract CLI applications.
Standalone utility functions.
Standalone utility functions.
Discover runtime stats.
Discover runtime stats.
Load this namespace only for Sun JVM.
Load this namespace only for Sun JVM.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close