From 04f0cf628057c1de53e85415180c89b1bcfc6774 Mon Sep 17 00:00:00 2001 From: Alexander Hudek Date: Sat, 18 May 2019 12:30:42 -0400 Subject: [PATCH] Make doc string for filters clearer. --- src/adzerk/boot_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adzerk/boot_test.clj b/src/adzerk/boot_test.clj index 51451e3..d124e9c 100644 --- a/src/adzerk/boot_test.clj +++ b/src/adzerk/boot_test.clj @@ -86,7 +86,7 @@ [c clojure VERSION str "the version of Clojure for testing." n namespaces NAMESPACE #{sym} "The set of namespace symbols to run tests in." e exclusions NAMESPACE #{sym} "The set of namespace symbols to be excluded from test." - f filters EXPR #{edn} "The set of expressions to use to filter namespaces." + f filters EXPR #{edn} "The set of expressions to use to filter vars within namespaces." X exclude REGEX regex "the filter for excluded namespaces" I include REGEX regex "the filter for included namespaces" r requires REQUIRES #{sym} "Extra namespaces to pre-load into the pool of test pods for speed."