From 4badadc9b0ebbb8d9f0f992bf73b6b134a6879e6 Mon Sep 17 00:00:00 2001 From: Guthrie McAfee Armstrong Date: Sat, 11 Jun 2022 13:32:52 -0400 Subject: [PATCH] Remove completed TODOs --- dangerzone/tests/test_cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dangerzone/tests/test_cli.py b/dangerzone/tests/test_cli.py index 1d19bc9..8883635 100644 --- a/dangerzone/tests/test_cli.py +++ b/dangerzone/tests/test_cli.py @@ -10,7 +10,6 @@ from click.testing import CliRunner, Result from dangerzone.cli import cli_main -# TODO --output-filename # TODO --output-filename with spaces # TODO explore any symlink edge cases # TODO simulate ctrl-c, ctrl-d, SIGINT/SIGKILL/SIGTERM... (man 7 signal), etc? @@ -20,7 +19,6 @@ from dangerzone.cli import cli_main # TODO simulate container runtime missing # TODO simulate container connection error # TODO simulate container connection loss -# TODO pass invalid filenames # FIXME "/" path separator is platform-dependent, use pathlib instead