lazytest

2026-03-17T22:08:19.723709Z

okay, i have the hooks/plugin system built out. it is admittedly very similar to kaocha's plugin system, tho lazytest doesn't have the concept of a "testable", and doesn't have hooks for loading or wrapping runs

🎉 3
2026-03-17T22:15:49.851819Z

it supports adding cli options, updating/modifying the config option, and has hooks for pre and post runs, suites, and test cases

2026-03-17T22:19:30.388939Z

i've built a profiler (shows the top N slowest test namespaces and vars), and a randomizer (can randomize the order of namespaces, test vars, nested suites, or randomize everything, along with passing in a seed)

2026-03-17T22:20:09.143079Z

i did it entirely clean room, which feels good, given that the final version is so very close to kaocha lol

2026-03-17T22:21:20.107779Z

i didn't really need to build this, i have no pressing needs lol but i love to build

2026-03-17T22:21:42.902279Z

if yall have ideas, i'll see if i can build it

seancorfield 2026-03-17T22:46:47.410119Z

Sounds cool. Looking at the PR, I assume docs are coming soon?

2026-03-17T23:39:55.864239Z

lol docs are my enemy so they'll be longest to finish

2026-03-17T23:40:09.118059Z

but yes they will be done before i merge/publish

🙏🏻 1