dataloader/pytest.ini

15 lines
335 B
INI
Raw Normal View History

2025-11-05 12:41:56 +01:00
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
markers =
integration: integration tests requiring database
unit: unit tests without external dependencies
addopts =
-v
--tb=short
--strict-markers