dangerzone/tests
Alex Pyrgiotis 51d4fb04c8
tests: Tokenize CLI arguments
Pass tokenized arguments (i.e., arguments as lists of strings) to CLI
invocations, else Click will attempt to tokenize them internally. The
problem with leaving tokenization to Click is that it uses
`shlex.split()`, which is Unix-oriented, and may miss some cases in
Windows.
2022-10-25 19:09:22 +03:00
..
test_docs migrate to pytest & test_docs -> tests/test_docs 2022-09-13 13:07:58 +01:00
__init__.py migrate to pytest & test_docs -> tests/test_docs 2022-09-13 13:07:58 +01:00
test_cli.py tests: Tokenize CLI arguments 2022-10-25 19:09:22 +03:00
test_util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00