We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534f266 commit a24d520Copy full SHA for a24d520
pyproject.toml
@@ -17,3 +17,7 @@ convention = "numpy"
17
[tool.mypy]
18
strict = true
19
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