dataloader/pytest.ini

15 lines
335 B
INI

[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