♻️ Refactor common module tests and add generative testing for types

This commit is contained in:
Andrey Antukh 2022-11-02 18:11:50 +01:00
parent 1f73558f1b
commit 111cf54ff6
33 changed files with 415 additions and 332 deletions

View file

@ -29,8 +29,8 @@
[clojure.pprint :refer [pprint print-table]]
[clojure.repl :refer :all]
[clojure.spec.alpha :as s]
[clojure.spec.gen.alpha :as sgen]
[clojure.test :as test]
[clojure.test.check.generators :as gen]
[clojure.tools.namespace.repl :as repl]
[clojure.walk :refer [macroexpand-all]]
[criterium.core :as crit]