mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Pdf comment agent (#6196)
Co-authored-by: James Brunton <[email protected]>
This commit is contained in:
co-authored by
James Brunton
parent
2dc5276e8b
commit
86774d556e
@@ -68,4 +68,9 @@ reportDeprecated = "warning"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["src"]
|
||||
# ``tests`` is on the path so test modules can import shared helpers (e.g.
|
||||
# ``from conftest import build_app_settings``) without packaging the tests dir.
|
||||
pythonpath = ["src", "tests"]
|
||||
# Use importlib import mode so test directories don't need __init__.py files
|
||||
# and duplicate basenames (e.g. multiple test_routes.py) collect cleanly.
|
||||
addopts = "--import-mode=importlib"
|
||||
|
||||
Reference in New Issue
Block a user