kaocha

Alys Brooks 2022-11-05T03:48:07.377239Z

Fixtures are applied in src/kaocha/type/ns.clj . The test is wrapped by some Kaocha-specific logic around running tests (e.g., logic for skipping tests) before being passed as a function to the fixture. The intent is that there is no meaningful difference between clojure.test and kaocha, so if there's a difference (especially an outright bug), it would be good to know about.

👍 1