provide suiitable test

This commit is contained in:
Alessandro Candido
2023-02-07 10:28:53 +01:00
parent f595c268ad
commit b8f09ddf36
3 changed files with 16 additions and 1 deletions

View File

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