Skip to content

Commit b47670b

Browse files
author
dnolen
committed
remove old stuff
1 parent f2424b6 commit b47670b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/main/cljs/cljs/spec/test.cljc

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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*))))

0 commit comments

Comments
 (0)