Note that this integration is in very early stages, and it isn't a priority for the Lambda Island team. PRs are welcome, but if you want something that "just works," we recommend using fudje, which has the same syntax but doesn't require a special plugin to work with Kaocha.
- add
lambdaisland/kaocha-midje {:mvn/version "0.0-5"}
to your dependencies - add a test suite with
:type :kaocha.type/midje
;; tests.edn
#kaocha/v1
{:tests [{:type :kaocha.type/midje
:source-paths ["src"]
:test-paths ["test"]}]}
Copyright © 2018-2019 Arne Brasseur Available under the terms of the Eclipse Public License 1.0, see LICENSE.txt