A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/liquidz/vim-iced-kaocha below:

liquidz/vim-iced-kaocha: vim-iced plugin for testing with kaocha

For more information, see help file.

Plug 'liquidz/vim-iced', {'for': 'clojure'}
Plug 'liquidz/vim-iced-kaocha'

To enable kaocha-nrepl middleware, please specify --dependency and --middleware option.

$ iced repl --dependency=kaocha-nrepl:0.1.1 --middleware=kaocha-nrepl.core/wrap-kaocha

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 0.0-5 will run fasts every Load part in kaocha.
This behavior may fix next version. #1

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 [".*"]
          }]}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4