schema.test
Utilities for testing with schemas
deftest
macro
(deftest name & body)
A test with schema validation turned on globally during execution of the body.
validate-schemas
(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.