6 lines
163 B
INI
6 lines
163 B
INI
[pytest]
|
|
testpaths = tests
|
|
norecursedirs = data .git __pycache__ .venv
|
|
markers =
|
|
integration: marks tests as integration tests (may require external services)
|