Working with tests!

This commit is contained in:
2022-06-07 09:44:49 -07:00
parent 21d07b383c
commit 9c8b6cccf7
7 changed files with 528 additions and 39 deletions
+19 -1
View File
@@ -9,7 +9,25 @@
org.fudo/fudo-clojure {
:git/url "https://git.fudo.org/fudo-public/fudo-clojure.git"
:sha "047f5d531c8d1493880313d13bbff6da88b0a4b8"
:sha "6f80b1de51cdd92bb04857edc562a076f6820a2a"
}
}
:aliases {
:test {
:extra-paths ["test"]
:extra-deps {
io.github.cognitect-labs/test-runner {
:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "dfb30dd6605cb6c0efc275e1df1736f6e90d4d73"
}
}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test
}
:lint {
:replace-deps { clj-kondo/clj-kondo {:mvn/version "2022.04.25"} }
:main-opts ["-m" "clj-kondo.main" "--lint" "src"]
}
}
}