mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
7 lines
No EOL
141 B
TOML
7 lines
No EOL
141 B
TOML
[tool.pytest.ini_options]
|
|
minversion = "7.1"
|
|
addopts = "--no-header --asyncio-mode=auto"
|
|
testpaths = [
|
|
"tests",
|
|
"tests/discovery/",
|
|
] |