5 lines
142 B
INI
5 lines
142 B
INI
[tool.pytest.ini_options]
|
|
python_files = "test_*.py"
|
|
testpaths = ["tests"]
|
|
addopts = "-v --cov=. --cov-report=term-missing --cov-report=html"
|