mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-01 23:19:00 -06:00
Chore: Enables pylance pytest integration, swaps around some test markers (#11930)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user