mirror of
https://github.com/romanz/amodem.git
synced 2026-09-03 16:38:16 +08:00
Fix pytest usage
https://github.com/romanz/amodem/commit/0c5ba9480b310d9de7794a6ec62e409a3e94625f#r93932858
This commit is contained in:
@@ -33,4 +33,4 @@ jobs:
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
py.test -v --cov=amodem
|
||||
pytest -v --cov=amodem
|
||||
|
||||
@@ -10,5 +10,5 @@ deps=
|
||||
commands=
|
||||
pycodestyle amodem/ scripts/
|
||||
pylint --extension-pkg-whitelist=numpy --reports=no amodem --rcfile .pylintrc
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m py.test -v
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m pytest -v
|
||||
coverage report
|
||||
|
||||
Reference in New Issue
Block a user