Add pylint and pytest configs
This commit is contained in:
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[tool.pylint.reports]
|
||||||
|
output-format = "colorized"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
testpaths = ["tests/"]
|
||||||
|
addopts = ["--cov=qibotn", "--cov-report=xml"]
|
||||||
Reference in New Issue
Block a user