test: enable pytest to automatically discover tests (#559)

This commit is contained in:
Unai Martinez-Corral 2022-05-22 16:14:39 +02:00 committed by GitHub
commit a4ff811f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -215,4 +215,4 @@ jobs:
. ./.github/scripts/activate.sh
pip3 install -r ./test/requirements.txt
pytest -vsrA --color=yes test/wrappers.py
pytest --verbose --capture=no -rA --color=yes test/