mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
README: add test ids that can be used in exclude/only statement
This commit is contained in:
parent
9fcc476cf3
commit
9c5e62ad6d
1 changed files with 5 additions and 0 deletions
|
@ -216,3 +216,8 @@ test_format = 1.0
|
|||
```
|
||||
|
||||
Note that you can run `python3 lib/parse_tests_toml.py /path/to/your/app/ | jq` to dump what tests will be run by package check
|
||||
|
||||
|
||||
##### Test ids
|
||||
|
||||
The test IDs to be used in only/exclude statements are: `install.root`, `install.subdir`, `install.nourl`, `install.multi`, `backup_restore`, `upgrade`, `upgrade.someCommitId` `change_url`
|
||||
|
|
Loading…
Add table
Reference in a new issue