Doh, add tests in new module

This commit is contained in:
shamoon 2025-04-29 23:24:16 -07:00
parent 30c9c02e09
commit c74c483674
No known key found for this signature in database

View File

@ -271,6 +271,7 @@ testpaths = [
"src/paperless_mail/tests/", "src/paperless_mail/tests/",
"src/paperless_tesseract/tests/", "src/paperless_tesseract/tests/",
"src/paperless_tika/tests", "src/paperless_tika/tests",
"src/paperless_ai/tests",
] ]
addopts = [ addopts = [
"--pythonwarnings=all", "--pythonwarnings=all",