dangerzone/tests
deeplow 54b8ffbf96
Add page limit of 10000
Theoretically the max pages would be 65536 (2byte unsigned int.
However this limit is much higher than practical documents have
and larger ones can lead to unforseen problems, for example RAM
limitations.

We thus opted to use a lower limit of 10K. The limit must be
detected client-side, given that the server is distrusted. However
we also check it in the server, just as a fail-early mechanism.
2023-09-28 11:01:14 +01:00
..
gui Revert "Propagate "update check" prompt to UI checkbox" 2023-08-23 16:46:44 +01:00
isolation_provider Add page limit of 10000 2023-09-28 11:01:14 +01:00
test_docs tests: Add sample files for extra MIME types 2023-04-03 18:58:56 +03: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 Add page limit of 10000 2023-09-28 11:01:14 +01:00
conftest.py tests: Test our own custom QApplication 2023-07-28 12:18:58 +03:00
test_cli.py Enable HWP conversion on MacOS M1 2023-09-06 13:10:18 +03:00
test_document.py remove number from test_doc2 variable 2023-07-25 15:00:31 +01:00
test_large_set.py Adapt code so it works for reporting script 2023-08-22 16:11:36 +01:00
test_ocr.py ci: Add test for OCR languages 2023-05-24 13:43:29 +03:00
test_util.py Add non-blocking read utility 2023-09-20 17:14:24 +03:00