Add pylint and pytest configs

This commit is contained in:
Alessandro Candido
2023-02-07 09:23:29 +01:00
parent 64747045eb
commit a39fe3efbc

6
pyproject.toml Normal file
View File

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