BIGred053 / edr-agt-tester

0 stars 0 forks source link

Implement a centralized class that can execute all tests at once, or selectively include/exclude tests #11

Closed BIGred053 closed 3 years ago

BIGred053 commented 3 years ago

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

BIGred053 commented 3 years ago

This is currently handled in a very basic manner, but it is fully functional with issue-11-centralize-execution-plus-cleanup merged into main.