Add lib tests for Postmortem

This commit is contained in:
Michiel Borkent 2022-11-05 15:53:58 +01:00
parent 3d916df4a0
commit 8d9ac4c4d1
3 changed files with 9 additions and 3 deletions

@ -1 +1 @@
Subproject commit 3c369e0bd965423fda36c649c7e893bd94ecaac3
Subproject commit aebc6c9a12ce1ab16a35159c660f6b1dfc7a44ee

View file

@ -158,7 +158,9 @@
lambdaisland/uri {:git/url "https://github.com/lambdaisland/uri"
:git/sha "ac4f1f9c8e4f45a088db1c6383ce2191c973987c"
:deps/manifest :deps}
clj-commons/fs {:mvn/version "1.6.310"}}
clj-commons/fs {:mvn/version "1.6.310"}
postmortem/postmortem {:git/url "https://github.com/athos/Postmortem"
:git/sha "1a29775a3d286f9f6fe3f979c78b6e2bf298d5ba"}}
:classpath-overrides {org.clojure/clojure nil
org.clojure/spec.alpha nil}}
:clj-nvd

View file

@ -168,4 +168,8 @@
:test-paths ["test"]
:test-namespaces [exoscale.interceptor-test]}
clj-commons/fs {:git-url "https://github.com/clj-commons/fs", :test-namespaces (me.raynes.core-test), :git-sha "60026817c44015da8656925411d4af1d8210bad0"}
}
postmortem/postmortem {:git-url "https://github.com/athos/Postmortem"
:git-sha "1a29775a3d286f9f6fe3f979c78b6e2bf298d5ba"
:test-paths ["test"]
:test-namespaces [postmortem.core-test postmortem.instrument-test
postmortem.instrument-test]}}