vim-iced plugin for testing with kaocha. This plugin is powered by liquidz/kaocha-nrepl.
Warning
|
This project is under development. |
Table of Contents
-
vim-iced (
0.10.4
or later)
-
:IcedKaochaTest
-
:IcedKaochaTestUnderCursor
-
:IcedKaochaTestNs
-
:IcedKaochaTestAll
-
:IcedKaochaTestRedo
-
:IcedKaochaTestRerunLast
For more information, see help file.
No extra dependencies are required. Run iced command with above options, and execute providing commands.
midje/midje and lambdaisland/kaocha-midje are required.
Warning
|
kaocha-midje |
project.clj
{:dependencies [[lambdaisland/kaocha-midje "0.0-5"
:exclusions [midje/midje]]
[midje/midje "1.9.6"]]}
tests.edn
#kaocha/v1
{:tests [{:id :unit
:type :kaocha.type/midje
;; OPTIONAL. default value is "test"
:test-paths ["test"]
;; OPTIONAL. default value is ".*-test"
:ns-patterns [".*"]
}]}
Copyright (c) 2019 Masashi Iizuka.
Distributed under the MIT License.