Files
final-qibotn/pyproject.toml
2023-02-07 09:23:29 +01:00

7 lines
147 B
TOML

[tool.pylint.reports]
output-format = "colorized"
[tool.pytest.ini_options]
testpaths = ["tests/"]
addopts = ["--cov=qibotn", "--cov-report=xml"]