theHarvester/pyproject.toml
2022-06-10 00:19:46 +00:00

7 lines
141 B
TOML

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