Skip to content

Commit a24d520

Browse files
add pytest ini_options to toml
1 parent 534f266 commit a24d520

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ convention = "numpy"
1717
[tool.mypy]
1818
strict = true
1919
ignore_missing_imports = true
20+
21+
[tool.pytest.ini_options]
22+
minversion = "7.1"
23+
addopts = "-ra --cov=ansys.allie --cov-report html:.cov/html --cov-report xml:.cov/xml --cov-report term-missing -vv"

0 commit comments

Comments
 (0)