lazytest 2026-09-07

ftao conjure-using-lazytesters! I’m looking for testing, feedback, suggestions etc on https://github.com/Olical/conjure/pull/788 - some test-runner enhancements that should make using lazytest easier.

ooo some of this i already have (in worse form) in my dot files, i can't wait to try it out

I like the ConjureCljSetTestRunner cmd idea

❤️ 1

i like that you bundle the test form in config, that makes it easy to switch

🤞 hopefully without breaking anyone’s existing configs…. runner-specific forms can be added as-and-when wanted where folks have runner definitions without it

hmm yeah that is not ideal i think. maybe it should be something like #(do (println "it's fucked up") (cfg ...))

or you could just have multiple calls: (let [(ok? current-form-names) (pcall #(cfg ...)) (ok? current-form-names) (if ok? (values ok? current-form-names) (pcall #(cfg ...)))] ...)

OK.. i fixed that up a bit and force-pushed, let’s see what @olical reckons…