Files
outline-sync/pytest.ini
2026-03-07 20:54:59 +01:00

15 lines
351 B
INI

[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
integration: requires running infrastructure (WebDAV container, Outline API)
slow: longer-running tests
filterwarnings =
ignore::DeprecationWarning:httpx
ignore::pytest.PytestUnraisableExceptionWarning