15 lines
351 B
INI
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
|