lazytest

dpsutton 2024-10-09T20:41:32.432379Z

@dpsutton has joined the channel

dpsutton 2024-10-09T20:42:41.103519Z

> Makes it possible to write var-less top-level test suites if you so choose How does this work? A while back we had some midje expectations in our test files. But it seems like it’s not possible to run a subset of them, right? These are all-or-nothing? I never saw the appear of this especially when in traditional “var” based approaches you can do (clojure.test/run-tests) to run all tests in a namespace. What’s the benefit of var less?