sometimes meta is a good idea

This commit is contained in:
jem 2019-06-05 08:53:25 +02:00
parent a995c0c223
commit 2420131780

View file

@ -23,7 +23,10 @@
;TODO: replace schema with spec ;TODO: replace schema with spec
(def TestDataSpec (def TestDataSpec
{:input s/Any {:input s/Any
:expected s/Any}) :expected s/Any
(s/optional-key :meta) {(s/optional-key :name) s/Str
(s/optional-key :description) s/Str
(s/optional-key :link) s/Str}})
(def RuntimeTestDataSpec (def RuntimeTestDataSpec
(merge (merge