setup test matrix
This commit is contained in:
parent
94d9d00571
commit
497173b111
@ -8,10 +8,12 @@
|
|||||||
reports:
|
reports:
|
||||||
junit: [ '**/report.xml' ]
|
junit: [ '**/report.xml' ]
|
||||||
|
|
||||||
test_decrypt:
|
test:
|
||||||
extends: .test
|
extends: .test
|
||||||
script: [ python -m pytest test_decrypt.py --junitxml=report.xml ]
|
parallel:
|
||||||
|
matrix:
|
||||||
test_config_token:
|
- FILE:
|
||||||
extends: .test
|
- test_config_token.py
|
||||||
script: [ python -m pytest test_config_token.py --junitxml=report.xml ]
|
- pytest test_decrypt.py
|
||||||
|
- test_instance_token.py
|
||||||
|
script: [ python -m pytest $FILE --junitxml=report.xml ]
|
||||||
|
Loading…
Reference in New Issue
Block a user