Files
theHarvester/pyproject.toml
T

7 lines
141 B
TOML

[tool.pytest.ini_options]
minversion = "7.1"
addopts = "--no-header --asyncio-mode=auto"
testpaths = [
"tests",
"tests/discovery/",
]