Hacker News new | ask | show | jobs
by jamis 5627 days ago
I don't believe Test::Unit does this intentionally; it's just a side-effect of the implementation (load all tests into an array, and iterate over the array).