mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
split root-tests to a smaller tests
This commit is contained in:
parent
024ea14b27
commit
cfa1e5dff8
1 changed files with 21 additions and 2 deletions
|
@ -50,10 +50,29 @@ full-tests:
|
||||||
reports:
|
reports:
|
||||||
junit: report.xml
|
junit: report.xml
|
||||||
|
|
||||||
root-tests:
|
test-i18n-keys:
|
||||||
extends: .test-stage
|
extends: .test-stage
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest tests
|
- python3 -m pytest tests tests/test_i18n_keys.py
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- locales/*
|
||||||
|
|
||||||
|
test-i18n-keys:
|
||||||
|
extends: .test-stage
|
||||||
|
script:
|
||||||
|
- python3 -m pytest tests tests/test_translation_format_consistency.py
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- locales/*
|
||||||
|
|
||||||
|
test-actionmap:
|
||||||
|
extends: .test-stage
|
||||||
|
script:
|
||||||
|
- python3 -m pytest tests tests/test_actionmap.py
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- data/actionsmap/*.yml
|
||||||
|
|
||||||
test-helpers:
|
test-helpers:
|
||||||
extends: .test-stage
|
extends: .test-stage
|
||||||
|
|
Loading…
Add table
Reference in a new issue