Skip to content

lambdaisland/kaocha-midje

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Midje integration for Kaocha

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •