mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
27 lines
669 B
Python
27 lines
669 B
Python
|
|
||
|
tests = [ "Package linter",
|
||
|
"Installation",
|
||
|
"Deleting",
|
||
|
"Upgrade",
|
||
|
"Backup",
|
||
|
"Restore",
|
||
|
"Change URL",
|
||
|
"Installation in a sub path",
|
||
|
"Deleting from a sub path",
|
||
|
"Installation on the root",
|
||
|
"Deleting from root",
|
||
|
"Installation in private mode",
|
||
|
"Installation in public mode",
|
||
|
"Multi-instance installations",
|
||
|
"Malformed path",
|
||
|
"Port already used" ]
|
||
|
|
||
|
ci_branches = [ ("stable", "Stable (x86)"),
|
||
|
("arm", "Stable (ARM)"),
|
||
|
("testing", "Testing"),
|
||
|
("unstable", "Unstable") ]
|
||
|
|
||
|
|
||
|
|
||
|
|