Skip to content

Commit eee60f5

Browse files
committed
python: Changed chart tests to run only in the showcase folder by default.
1 parent e7c629a commit eee60f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/inet/test/chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def run_protected(self, **kwargs):
105105
multiple_simulation_task_results = self.multiple_simulation_tasks.run_protected(**kwargs)
106106
return super().run_protected(**kwargs)
107107

108-
def get_chart_test_tasks(simulation_project=None, run_simulations=True, filter=None, working_directory_filter=None, chart_filter=None, exclude_chart_filter=None, **kwargs):
108+
def get_chart_test_tasks(simulation_project=None, run_simulations=True, filter="showcases", working_directory_filter=None, chart_filter=None, exclude_chart_filter=None, **kwargs):
109109
"""
110110
Returns multiple chart test tasks matching the provided filter criteria. The returned tasks can be run by
111111
calling the :py:meth:`run <inet.common.task.MultipleTasks.run>` method.

0 commit comments

Comments
 (0)