Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.62 KB

kaocha-midje

CircleCI cljdoc badge Clojars Project codecov

Midje integration for Kaocha.

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.

Links

Usage

  • 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"]}]}

License

  Copyright © 2018-2019 Arne Brasseur   Available under the terms of the Eclipse Public License 1.0, see LICENSE.txt