theHarvester/pyproject.toml

7 lines
141 B
TOML
Raw Normal View History

2022-06-10 07:42:14 +08:00
[tool.pytest.ini_options]
minversion = "7.1"
2022-06-10 08:19:46 +08:00
addopts = "--no-header --asyncio-mode=auto"
2022-06-10 07:42:14 +08:00
testpaths = [
"tests",
"tests/discovery/",
]