5 lines
146 B
TOML
5 lines
146 B
TOML
[tool.pytest.ini_options]
|
|
pythonpath = ["src", "."]
|
|
testpaths = ["tests"]
|
|
markers = ["integration: marks tests requiring real Access/SQL Server"]
|