(deferred? event)
Deferred events get propagated to clojure.test/report, but only during the summary step.
Deferred events get propagated to clojure.test/report, but only during the summary step.
(derive! tag parent)
Add a parent/child relationship to kaocha's keyword hierarchy.
Add a parent/child relationship to kaocha's keyword hierarchy.
(fail-type? event)
fail-type types indicate a failing test
fail-type types indicate a failing test
(known-key? event)
Known keys don't get propogated to clojure.test/report, our own reporters already handle them.
Known keys don't get propogated to clojure.test/report, our own reporters already handle them.
(leaf? testable)
This is a leaf in the tree of testables, i.e. it's an actual test with assertions, not just a container for tests.
:kaocha.type/var is a leaf type, :kaocha.type/ns is not.
This is a leaf in the tree of testables, i.e. it's an actual test with assertions, not just a container for tests. :kaocha.type/var is a leaf type, :kaocha.type/ns is not.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close