Test Multiuser and Bootstrapper plugins
This commit is contained in:
parent
bc39e52f56
commit
8f0bfbc553
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ script:
|
||||||
- python -m pytest -x plugins/Bigfile/Test
|
- python -m pytest -x plugins/Bigfile/Test
|
||||||
- python -m pytest -x plugins/AnnounceLocal/Test
|
- python -m pytest -x plugins/AnnounceLocal/Test
|
||||||
- python -m pytest -x plugins/OptionalManager/Test
|
- python -m pytest -x plugins/OptionalManager/Test
|
||||||
|
- mv plugins/disabled-Multiuser plugins/Multiuser && python -m pytest -x plugins/Multiuser/Test
|
||||||
|
- mv plugins/disabled-Bootstrapper plugins/Bootstrapper && python -m pytest -x plugins/Bootstrapper/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