Files
final-qibotn/pyproject.toml
Alessandro Candido b8f09ddf36 provide suiitable test
2023-02-07 10:28:53 +01:00

8 lines
179 B
TOML

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