10 lines
251 B
INI
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
|