2026-05-05 18:07:16 +03:00

10 lines
251 B
INI

[pytest]
pythonpath = .
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
addopts = --verbose --tb=short --capture=no --strict-markers
norecursedirs = .git __pycache__ .venv env build dist