Run plugin tests until first fail

This commit is contained in:
shortcutme 2018-02-13 00:30:24 +01:00
parent 02ab6d8f59
commit 194d57c85f
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ install:
before_script:
- openssl version -a
script:
- python -m pytest plugins/CryptMessage/Test
- python -m pytest plugins/Bigfile/Test
- python -m pytest plugins/AnnounceLocal/Test
- python -m pytest -x plugins/CryptMessage/Test
- python -m pytest -x plugins/Bigfile/Test
- python -m pytest -x plugins/AnnounceLocal/Test
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
before_install:
- pip install -U pytest mock pytest-cov selenium