Run Bigfile plugin tests
This commit is contained in:
parent
8ef1ef0ce5
commit
4c6e01d38d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ before_script:
|
||||||
- openssl version -a
|
- openssl version -a
|
||||||
script:
|
script:
|
||||||
- python -m pytest plugins/CryptMessage/Test
|
- python -m pytest plugins/CryptMessage/Test
|
||||||
|
- python -m pytest plugins/Bigfile/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