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 f842ea9 commit 4e2781cCopy full SHA for 4e2781c
tox.ini
@@ -12,7 +12,7 @@ passenv=
12
PYTHON_ISAL_LINK_DYNAMIC
13
commands =
14
# Create HTML coverage report for humans and xml coverage report for external services.
15
- coverage run --branch --source=isal -m py.test tests
+ coverage run --branch --source=isal -m pytest tests
16
# Ignore errors during report generation. Pypy does not generate proper coverage reports.
17
coverage html -i
18
coverage xml -i
0 commit comments