7 lines
147 B
TOML
7 lines
147 B
TOML
[tool.pylint.reports]
|
|
output-format = "colorized"
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests/"]
|
|
addopts = ["--cov=qibotn", "--cov-report=xml"]
|