Skip to content

Commit

Permalink
Add some simple kaocha config
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Mar 29, 2021
1 parent c918231 commit 0914434
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .lnvim.fnl
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
(module conjure-local-fennel-config
{require {nvim aniseed.nvim}})

(set nvim.g.conjure#extract#tree_sitter#enabled true)
; (set nvim.g.conjure#extract#tree_sitter#enabled true)

(set nvim.g.conjure#client#clojure#nrepl#test#runner_namespace "kaocha.repl")
(set nvim.g.conjure#client#clojure#nrepl#test#all_fn "run")
(set nvim.g.conjure#client#clojure#nrepl#test#ns_fn "run")
(set nvim.g.conjure#client#clojure#nrepl#test#var_fn "run")
(set nvim.g.conjure#client#clojure#nrepl#test#var_prefix "")
(set nvim.g.conjure#client#clojure#nrepl#test#var_suffix "")

(set package.path (.. package.path ";test/lua/?.lua"))

(comment
Expand Down
4 changes: 4 additions & 0 deletions tests.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#kaocha/v1
{:tests [{:id :unit
:test-paths ["dev/clojure"]
:ns-patterns [".*"]}]}

0 comments on commit 0914434

Please sign in to comment.