Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66f59b5

Browse files
committed
Add deps.edn with Kaocha
Not completely migrating off Leiningen yet, but this is a first step: I want to be able to run my tests with Kaocha.
1 parent 4589d3a commit 66f59b5

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

deps.edn

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{:paths ["src"]
2+
:deps {clj-http/clj-http {:mvn/version "3.12.3"}
3+
com.taoensso/timbre {:mvn/version "5.2.1"}
4+
crouton/crouton {:mvn/version "0.1.2"}
5+
enlive/enlive {:mvn/version "1.1.6"}
6+
org.clojure/core.async {:mvn/version "1.5.648"}
7+
org.clojure/core.incubator {:mvn/version "0.1.4"}
8+
org.clojure/data.csv {:mvn/version "1.0.1"}
9+
org.clojure/data.priority-map {:mvn/version "1.1.0"}
10+
org.clojure/java.jdbc {:mvn/version "0.7.12"}
11+
org.jsoup/jsoup {:mvn/version "1.15.3"}
12+
org.xerial/sqlite-jdbc {:mvn/version "3.36.0.3"}
13+
reaver/reaver {:mvn/version "0.1.3"}}
14+
:aliases {:test {:extra-deps {hiccup/hiccup {:mvn/version "1.0.5"}
15+
lambdaisland/kaocha {:mvn/version "1.69.1069"}
16+
ring/ring {:mvn/version "1.9.5"}
17+
tortue/spy {:mvn/version "2.13.0"}}
18+
:main-opts ["-m" "kaocha.runner"]}}}

tests.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#kaocha/v1 {}

0 commit comments

Comments
 (0)