kakaotalk_analysis/scripts/mitmproxy/pyproject.toml
2023-09-06 20:51:55 +02:00

8 lines
102 B
TOML

# pyproject.toml
[tool.pytest.ini_options]
pythonpath = [
".", "lib",
]
testpaths = [
"tests",
]