File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,22 +139,3 @@ Returns a collection of syms naming the vars unstrumented."
139139 `(fn []
140140 (unstrument-1 '~sym)))))
141141 (remove nil?))]))))
142-
143- ; (defmacro run-tests
144- ; "Like run-all-tests, but scoped to specific namespaces, or to
145- ; *ns* if no ns-sym are specified."
146- ; ([]
147- ; `(cljs.spec.test/run-tests '~ana/*cljs-ns*))
148- ; ([& ns-syms]
149- ; `(cljs.spec.test/run-var-tests
150- ; (->> #?(:clj ~(s/speced-vars* ns-syms)
151- ; :cljs ~(cljs.spec$macros/speced-vars* ns-syms))
152- ; (filter (fn [v#] (:args (cljs.spec/get-spec v#))))))))
153- ;
154- ; (defmacro run-all-tests
155- ; "Like clojure.test/run-all-tests, but runs test.check tests
156- ; for all speced vars. Prints per-test results to *out*, and
157- ; returns a map with :test,:pass,:fail, and :error counts."
158- ; []
159- ; `(cljs.spec.test/run-var-tests #?(:clj ~(s/speced-vars)
160- ; :cljs ~(cljs.spec$macros/speced-vars*))))
You can’t perform that action at this time.
0 commit comments