- [pytest]
- testpaths = tests plugins
- python_files = test_*.py
- python_classes = Test*
- python_functions = test_*
- asyncio_mode = auto
- asyncio_default_fixture_loop_scope = function
- addopts = -v --tb=short --import-mode=importlib
- filterwarnings =
- ignore::DeprecationWarning
- ignore::PendingDeprecationWarning
- # Plugin-Tests werden automatisch gefunden via:
- # plugins/*/tests/test_*.py
|