lazytest

2024-11-19T20:07:58.456049Z

hey @seancorfield, i've merged the :output / :reporter PR, and opened https://github.com/seancorfield/test-runner/pull/1 and https://github.com/seancorfield/polylith-external-test-runner/pull/10 to update your two custom test runners. you're welcome to use or delete them as necessary, you know how to test them lol

seancorfield 2024-11-19T20:21:55.368279Z

Thanks. I'll merge them and then simplify the code a bit since the default to lazytest.reporters/nested is no longer needed either, right?

👍 1
seancorfield 2024-11-19T20:45:31.469809Z

Merged and cleaned up. Neither of them depend on LazyTest, but I don't want to cut releases of them until LazyTest gets a new release, so users can depend on a specific version (of LazyTest), rather than git deps and need to deal with prep-lib 🙂

👍 1
2024-11-19T22:07:33.206039Z

seancorfield 2024-11-19T23:09:38.154849Z

LazyTest can now be used with Polylith!

seancorfield 2024-11-19T23:10:34.637749Z

...and if you're already using clojure.test and/or Expectations with the Cognitect test-runner, here's a fork of that adding LazyTest support!