Liking cljdoc? Tell your friends :D
Clojure only.

kaocha.plugin.debug

Plugin that implements all possible plugin hooks and prints out a debug message with the hook name, and a subset of the first argument passed to the hook.

For hooks that receive a testable it prints the testable id and type, for hooks that receive a test event it prints the type, file and line.

Customize which values are printed with

:kaocha/bindings {kaocha.plugin.debug/*keys* [,,,]}
Plugin that implements all possible plugin hooks and prints out a debug message
with the hook name, and a subset of the first argument passed to the hook.

For hooks that receive a testable it prints the testable id and type, for
hooks that receive a test event it prints the type, file and line.

Customize which values are printed with

``` clojure
:kaocha/bindings {kaocha.plugin.debug/*keys* [,,,]}
```
raw docstring

*keys*clj

source

idclj

source

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

× close