Add malli tests
This commit is contained in:
parent
01e414c4d1
commit
16e427848d
2 changed files with 26 additions and 3 deletions
5
deps.edn
5
deps.edn
|
|
@ -141,7 +141,10 @@
|
||||||
org.clojure/math.numeric-tower {:git/tag "math.numeric-tower-0.0.5", :git/sha "12eb9c5", :git/url "https://github.com/clojure/math.numeric-tower"}
|
org.clojure/math.numeric-tower {:git/tag "math.numeric-tower-0.0.5", :git/sha "12eb9c5", :git/url "https://github.com/clojure/math.numeric-tower"}
|
||||||
prismatic/schema {:git/url "https://github.com/plumatic/schema"
|
prismatic/schema {:git/url "https://github.com/plumatic/schema"
|
||||||
:git/sha "6846dc7c3a9df5bfd718f68f183c683ce0f621ff"
|
:git/sha "6846dc7c3a9df5bfd718f68f183c683ce0f621ff"
|
||||||
:git/tag "schema-1.3.0"}}
|
:git/tag "schema-1.3.0"}
|
||||||
|
metosin/malli {:git/url "https://github.com/metosin/malli"
|
||||||
|
:git/sha "588147ef49b2e41c7d12a8aa994b39c1c6fedd99"
|
||||||
|
:git/tag "0.8.9"}}
|
||||||
:classpath-overrides {org.clojure/clojure nil
|
:classpath-overrides {org.clojure/clojure nil
|
||||||
org.clojure/spec.alpha nil}}
|
org.clojure/spec.alpha nil}}
|
||||||
:clj-nvd
|
:clj-nvd
|
||||||
|
|
|
||||||
|
|
@ -125,4 +125,24 @@
|
||||||
:git-tag "schema-1.3.0"
|
:git-tag "schema-1.3.0"
|
||||||
;; specify for adding tests to classpath
|
;; specify for adding tests to classpath
|
||||||
:test-paths ["test/clj" "test/cljc"]}
|
:test-paths ["test/clj" "test/cljc"]}
|
||||||
|
metosin/malli {:test-namespaces [malli.clj-kondo-test
|
||||||
|
malli.core-test
|
||||||
|
malli.destructure-test
|
||||||
|
malli.dot-test
|
||||||
|
malli.error-test
|
||||||
|
malli.experimental-test
|
||||||
|
;; malli.generator-test
|
||||||
|
malli.instrument-test
|
||||||
|
malli.json-schema-test
|
||||||
|
malli.plantuml-test
|
||||||
|
malli.provider-test
|
||||||
|
malli.registry-test
|
||||||
|
malli.swagger-test
|
||||||
|
malli.transform-test
|
||||||
|
malli.util-test]
|
||||||
|
:git-url "https://github.com/metosin/malli"
|
||||||
|
:git-sha "588147ef49b2e41c7d12a8aa994b39c1c6fedd99"
|
||||||
|
:git-tag "0.8.9"
|
||||||
|
;; specify for adding tests to classpath
|
||||||
|
:test-paths ["test"]}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue