You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nudging slightly towards having a single 'main' method for a child test.
Seriously considering making spawn test children, in-process subtest,
and stdin subtests all inherit from some root class, just to get a
consistent interface.
Once the 'run the subtest' and 'collect the results' logic is fully
separated, it'll be possible to have two run at once and collect them
both up later, making parallel jobs possible.
Having an enormous amount of tests makes this work even possible.
Another helpful step may be to push for 100% coverage (or as close as is
feasible.)
0 commit comments