mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
Remove completed TODOs
This commit is contained in:
parent
b7809579b4
commit
4badadc9b0
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue