Table Of Contents
Table Of Contents

inet.test.chart.get_chart_test_tasks

get_chart_test_tasks(simulation_project=None, run_simulations=True, filter=None, working_directory_filter=None, **kwargs)[source]

Returns multiple chart 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 ChartTestTask objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.