Skip to content

Commit 04a71cd

Browse files
committed
Add clj-http test predicate
1 parent 7cd65ef commit 04a71cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project.clj

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
:benchmark :benchmark
6262
:integration :integration
6363
:stress :stress
64+
:clj-http [(fn clj-http-ns-pred [namespc & _]
65+
(.contains (str namespc) "clj-http"))
66+
(fn clj-http-test-pred [m & _]
67+
(not (:ignore m)))]
6468
:all (constantly true)}
6569
:jvm-opts ^:replace ["-server"
6670
"-Xmx2g"

0 commit comments

Comments
 (0)