From d1294c4183a20869d6c7660e29aa1264d9bec089 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 29 Apr 2025 23:24:16 -0700 Subject: [PATCH] Doh, add tests in new module --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d07232a3d..d937dca2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -249,6 +249,7 @@ testpaths = [ "src/paperless_mail/tests/", "src/paperless_tesseract/tests/", "src/paperless_tika/tests", + "src/paperless_ai/tests", ] addopts = [ "--pythonwarnings=all",