dangerzone/tests
deeplow afba362d22
Tests: split isolation provider tests per provider
Isolation provider tests done in tests/test_base.py and had
pytest.mark.parameterize() for each isolation provider. This logic
would not work well when we had test that diverge. We could have marked
each one as compatible with one provider or another, but in the end it
turned out to be better to have the common ones in a base class and
the divergent ones in each.

NOTE: this has a strange side-effect: inherited test classes need to
have imports for all of the fixtures even if they are not explictly used
2023-09-28 09:53:29 +01:00
..
gui Revert "Propagate "update check" prompt to UI checkbox" 2023-08-23 16:46:44 +01:00
isolation_provider Tests: split isolation provider tests per provider 2023-09-28 09:53:29 +01:00
test_docs tests: Add sample files for extra MIME types 2023-04-03 18:58:56 +03: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 large test logic and documentation 2023-08-22 16:11:31 +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