mirror of
https://github.com/stulle123/kakaotalk_analysis.git
synced 2025-05-07 12:06:09 +00:00
8 lines
102 B
TOML
8 lines
102 B
TOML
# pyproject.toml
|
|
[tool.pytest.ini_options]
|
|
pythonpath = [
|
|
".", "lib",
|
|
]
|
|
testpaths = [
|
|
"tests",
|
|
] |