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
it supports adding cli options, updating/modifying the config option, and has hooks for pre and post runs, suites, and test cases
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)
i did it entirely clean room, which feels good, given that the final version is so very close to kaocha lol
i didn't really need to build this, i have no pressing needs lol but i love to build
if yall have ideas, i'll see if i can build it
Sounds cool. Looking at the PR, I assume docs are coming soon?
lol docs are my enemy so they'll be longest to finish
but yes they will be done before i merge/publish