Problem/Opportunity
If no test_name is passed to select in utSuiteNavigator, the navigator should run all tests by selecting the r option (as implemented in utCFramework). However, since None is not passed to utCFramework, utSuiteNavigator raises an error and exits.
Also expose function collect_results to utSuiteNavigator
Steps to reproduce
No response
Expected Behavior
It test_name is NONE, utSuitNavigator should run the test with r option
Actual Behavior
If no test_name is passed to select in utSuiteNavigator, the navigator should run all tests by selecting the r option (as implemented in utCFramework). However, since None is not passed to utCFramework, utSuiteNavigator raises an error and exits.
Also expose function collect_results to utSuiteNavigator
Notes (Optional)
No response
Problem/Opportunity
If no
test_nameis passed to select inutSuiteNavigator, the navigator should run all tests by selecting theroption (as implemented inutCFramework). However, sinceNoneis not passed toutCFramework,utSuiteNavigatorraises an error and exits.Also expose function
collect_resultstoutSuiteNavigatorSteps to reproduce
No response
Expected Behavior
It test_name is NONE, utSuitNavigator should run the test with
roptionActual Behavior
If no
test_nameis passed to select inutSuiteNavigator, the navigator should run all tests by selecting theroption (as implemented inutCFramework). However, sinceNoneis not passed toutCFramework,utSuiteNavigatorraises an error and exits.Also expose function
collect_resultstoutSuiteNavigatorNotes (Optional)
No response