Test files names do not comply with pytest discovery

pull/130/head
cclauss 5 years ago committed by GitHub
parent 290e5efefc
commit b584a45966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,8 +20,6 @@ before_script:
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- python3 -m unittest tests.all --buffer --verbose
- pip install pytest
- pytest
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down

Loading…
Cancel
Save