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 391ebb0 commit 257cb10Copy full SHA for 257cb10
tox.ini
@@ -30,9 +30,10 @@ install_command =
30
description = Checks for project unit tests
31
setenv =
32
PYTEST_EXTRA_ARGS = --junitxml=junit/test-results.xml
33
+ ANSYSEM_EDB_EXE_DIR={env:ANSYSEM_ROOT251}
34
commands =
35
python -m pip install .[tests]
- pytest {posargs} {env:PYTEST_EXTRA_ARGS:}
36
+ pytest {posargs} {env:PYTEST_EXTRA_ARGS:ANSYSEM_EDB_EXE_DIR}
37
38
[testenv:coverage]
39
description = Checks for project unit tests and coverage
0 commit comments