Closed BIGred053 closed 3 years ago
Generate a class that can invoke each of the various tests and intake command line arguments to include or exclude tests
Identify command line argument pattern for including/excluding tests
Identify command line argument pattern for using defaults and skipping user input
Consider threading tests to split execution into different processes
This is currently handled in a very basic manner, but it is fully functional with issue-11-centralize-execution-plus-cleanup merged into main.
issue-11-centralize-execution-plus-cleanup
main
Objective
Generate a class that can invoke each of the various tests and intake command line arguments to include or exclude tests
High-Level Approach
Identify command line argument pattern for including/excluding tests
Identify command line argument pattern for using defaults and skipping user input
Consider threading tests to split execution into different processes