Create --simulate cli command, a boolean that defaults is false; calculate the time needed, aproximately, to run the test with the given input
Formula:
execution_time_in_seconds = sum(timings) * len(apps) * len(tools) * repetitions
print('{} hour(s) of execution '.format(execution_time_in_seconds / 3600) )
Create
--simulatecli command, a boolean that defaults is false; calculate the time needed, aproximately, to run the test with the given inputFormula: