inet.test.opp.get_opp_test_tasks¶
- get_opp_test_tasks(test_folder, simulation_project=None, filter='.*', full_match=False, **kwargs)[source]¶
Returns multiple opp test tasks matching the provided filter criteria. The returned tasks can be run by calling the
run
method.- Parameters
kwargs (dict) – TODO
- Returns (
MultipleTestTasks
): an object that contains a list of
OppTestTask
objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.