Remove completed TODOs

This commit is contained in:
Guthrie McAfee Armstrong 2022-06-11 13:32:52 -04:00
parent b7809579b4
commit 4badadc9b0
No known key found for this signature in database
GPG key ID: ED4DAE89F08242D2

View file

@ -10,7 +10,6 @@ from click.testing import CliRunner, Result
from dangerzone.cli import cli_main from dangerzone.cli import cli_main
# TODO --output-filename
# TODO --output-filename with spaces # TODO --output-filename with spaces
# TODO explore any symlink edge cases # TODO explore any symlink edge cases
# TODO simulate ctrl-c, ctrl-d, SIGINT/SIGKILL/SIGTERM... (man 7 signal), etc? # 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 runtime missing
# TODO simulate container connection error # TODO simulate container connection error
# TODO simulate container connection loss # TODO simulate container connection loss
# TODO pass invalid filenames
# FIXME "/" path separator is platform-dependent, use pathlib instead # FIXME "/" path separator is platform-dependent, use pathlib instead