dangerzone/tests
Alexis Métaireau 99f1e15fd2
chore: Do not use fstrings without placeholders
> f-strings are a convenient way to format strings, but they are not
> necessary if there are no placeholder expressions to format. In this
> case, a regular string should be used instead, as an f-string without
> placeholders can be confusing for readers, who may expect such a
> placeholder to be present.
>
> — [ruff docs](https://docs.astral.sh/ruff/rules/f-string-missing-placeholders/)
2024-06-05 14:19:31 +02:00
..
gui chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
isolation_provider chore: Do not use fstrings without placeholders 2024-06-05 14:19:31 +02:00
test_docs Adds file formats: epub svg bmp pnm bpm ppm 2024-01-31 19:58:48 +00:00
test_docs_compressed Add page limit of 10000 2023-09-28 11:01:14 +01:00
test_docs_external Add test files for hwp/hwpx (base64 encoded) 2023-08-01 14:37:14 +01:00
test_docs_large@0068ffcb67 Replace armor guards that indicate isolated output 2023-08-22 16:11:41 +01:00
__init__.py tests: Fix text sanitization tests on Windows 2024-05-09 15:57:42 +03:00
conftest.py tests: Test our own custom QApplication 2023-07-28 12:18:58 +03:00
test_cli.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_document.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_large_set.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_ocr.py Remove timeouts 2024-02-06 20:11:43 +00:00
test_settings.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_util.py Keep newlines when reading debug logs 2024-05-09 15:57:42 +03:00