From 7121253f7500f2feb639e81fbdf1e86c77ea38ec Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 11 Nov 2024 20:10:46 +0100 Subject: [PATCH] Add hickory tests (#1758) --- deps.edn | 4 +++- test-resources/lib_tests/bb-tested-libs.edn | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index 65082d7e..aef39dc3 100644 --- a/deps.edn +++ b/deps.edn @@ -173,7 +173,9 @@ :git/sha "550dbc150a79c6ecc148d8a7e260e10bc36321c6" :deps/manifest :deps} prismatic/plumbing {:git/url "https://github.com/plumatic/plumbing", - :git/sha "424bc704f2db422de34269c139a5494314b3a43b"}} + :git/sha "424bc704f2db422de34269c139a5494314b3a43b"} + org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory" + :git/sha "27ee318928b6748075fa9954740afedf916ff795"}} :classpath-overrides {org.clojure/clojure nil org.clojure/spec.alpha nil}} :clj-nvd diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index f7ba6189..10820bb3 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -191,4 +191,13 @@ prismatic/plumbing {:git-url "https://github.com/plumatic/plumbing", :git-sha "424bc704f2db422de34269c139a5494314b3a43b", :test-namespaces [plumbing.core-test], - :test-paths ["test"]}} + :test-paths ["test"]} + org.clj-commons/hickory {:git-url "https://github.com/clj-commons/hickory" + :git-sha "27ee318928b6748075fa9954740afedf916ff795" + :test-paths ["test/cljc"] + :test-namespaces [hickory.test.core + hickory.test.convert + hickory.test.hiccup-utils + hickory.test.render + hickory.test.select + hickory.test.zip]}}