ads2_2022/code/python/pyproject.toml

9 lines
115 B
TOML
Raw Normal View History

[tool.pytest.ini_options]
minversion = "7.1.1"
testpaths = [
"tests",
]
python_files = [
"**/test_*.py",
]