-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.)
- Loading branch information
Showing
3 changed files
with
48 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters