Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

schema.test

Utilities for testing with schemas

Utilities for testing with schemas
raw docstring

deftestcljmacro

(deftest name & body)

A test with schema validation turned on globally during execution of the body.

A test with schema validation turned on globally during execution of the body.
sourceraw docstring

validate-schemasclj/s

(validate-schemas fn-test)

A fixture for tests: put (use-fixtures :once schema.test/validate-schemas) in your test file to turn on schema validation globally during all test executions.

A fixture for tests: put
(use-fixtures :once schema.test/validate-schemas)
in your test file to turn on schema validation globally during all test executions.
sourceraw docstring

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

× close