Run plugin tests until first fail
This commit is contained in:
parent
02ab6d8f59
commit
194d57c85f
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- openssl version -a
|
- openssl version -a
|
||||||
script:
|
script:
|
||||||
- python -m pytest plugins/CryptMessage/Test
|
- python -m pytest -x plugins/CryptMessage/Test
|
||||||
- python -m pytest plugins/Bigfile/Test
|
- python -m pytest -x plugins/Bigfile/Test
|
||||||
- python -m pytest plugins/AnnounceLocal/Test
|
- python -m pytest -x plugins/AnnounceLocal/Test
|
||||||
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -U pytest mock pytest-cov selenium
|
- pip install -U pytest mock pytest-cov selenium
|
||||||
|
|
Loading…
Reference in a new issue