Chore: Enables pylance pytest integration, swaps around some test markers (#11930)

This commit is contained in:
Trenton H
2026-01-28 15:06:11 -08:00
committed by GitHub
parent 4d9aa2e943
commit 5577f70c69
3 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ from paperless_tika.parsers import TikaDocumentParser
reason="No Gotenberg/Tika servers to test with",
)
@pytest.mark.django_db()
@pytest.mark.live
@pytest.mark.gotenberg
@pytest.mark.tika
class TestTikaParserAgainstServer:
"""
This test case tests the Tika parsing against a live tika server,