dangerzone/tests
deeplow 2bed3c10e4
Move safe PDF naming logic to document.py
Let the Document class suggest the default filename for the safe PDF,
based on the provided input filename, appended with the extension
`-safe.pdf`.

Previously, this logic was copy-pasted throughout the code, which made
it difficult to maintain.
2022-10-27 13:44:12 +01:00
..
test_docs migrate to pytest & test_docs -> tests/test_docs 2022-09-13 13:07:58 +01:00
__init__.py Move safe PDF naming logic to document.py 2022-10-27 13:44:12 +01:00
test_cli.py Add unit tests for document.py 2022-10-27 13:44:09 +01:00
test_document.py Add unit tests for document.py 2022-10-27 13:44:09 +01:00
test_util.py tests: Run Mypy against tests 2022-10-25 19:09:23 +03:00