From f77ffbd3033d122a375c3be63624ea80507d0541 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Mon, 7 Nov 2022 12:04:06 +0000 Subject: MLIA-275 Remove support for CSV output Change-Id: I212c9cad5f2ac28b75b1d9e2fb8f1f8b444b8397 --- tests/test_cli_options.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_cli_options.py') diff --git a/tests/test_cli_options.py b/tests/test_cli_options.py index f898146..d75f7c0 100644 --- a/tests/test_cli_options.py +++ b/tests/test_cli_options.py @@ -147,9 +147,6 @@ def test_get_target_opts(args: dict | None, expected_opts: list[str]) -> None: [["--output", "report.json"], "report.json"], [["--output", "REPORT.JSON"], "REPORT.JSON"], [["--output", "some_folder/report.json"], "some_folder/report.json"], - [["--output", "report.csv"], "report.csv"], - [["--output", "REPORT.CSV"], "REPORT.CSV"], - [["--output", "some_folder/report.csv"], "some_folder/report.csv"], ], ) def test_output_options(output_parameters: list[str], expected_path: str) -> None: -- cgit v1.2.1