remove runner
This commit is contained in:
parent
fc7a14a2de
commit
a59c6a1675
1 changed files with 0 additions and 9 deletions
|
@ -19,7 +19,6 @@
|
|||
[clojure.java.io :as io]
|
||||
[schema.core :as s]
|
||||
[data-test.file-loader :as fl]
|
||||
[data-test.runner :as runner]
|
||||
[data-test :as sut]))
|
||||
|
||||
; -------------------- explicit version ------------------
|
||||
|
@ -29,14 +28,6 @@
|
|||
(is (= expectation
|
||||
input))))
|
||||
|
||||
; -------------------------- multi method --------------------------
|
||||
(s/defmethod runner/data-test ::should-test-with-data-record-version
|
||||
[_ input :- s/Any expectation :- s/Any]
|
||||
(= input expectation))
|
||||
|
||||
(deftest should-test-with-data-record-version
|
||||
(is (sut/test-with-data ::should-test-with-data-record-version)))
|
||||
|
||||
; ---------------------------- macro -----------------------------
|
||||
(sut/defdatatest should-test-with-data-macro-version [input expectation]
|
||||
(is (= input expectation)))
|
||||
|
|
Loading…
Reference in a new issue