mirror of
https://github.com/YunoHost-Apps/diacamma_ynh.git
synced 2024-09-03 18:26:10 +02:00
complet tests
This commit is contained in:
parent
e3dd26a176
commit
52159054c9
2 changed files with 33 additions and 1 deletions
|
@ -6,7 +6,7 @@ name = "Diacamma"
|
||||||
description.en = "Management application for volunteers (association, condominium)"
|
description.en = "Management application for volunteers (association, condominium)"
|
||||||
description.fr = "Application de gestion pour les bénévoles (association, copropriété)"
|
description.fr = "Application de gestion pour les bénévoles (association, copropriété)"
|
||||||
|
|
||||||
version = "23.12.17.18~ynh1"
|
version = "23.12.17.19~ynh1"
|
||||||
|
|
||||||
maintainers = ["Laurent Gay"]
|
maintainers = ["Laurent Gay"]
|
||||||
|
|
||||||
|
|
32
tests.toml
32
tests.toml
|
@ -3,3 +3,35 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
args.lct_appli = "asso"
|
||||||
|
args.language = "fr"
|
||||||
|
args.archive = ""
|
||||||
|
args.develop = 0
|
||||||
|
|
||||||
|
[develop]
|
||||||
|
args.lct_appli = "asso"
|
||||||
|
args.language = "fr"
|
||||||
|
args.archive = ""
|
||||||
|
args.develop = 1
|
||||||
|
only = ["install.root"]
|
||||||
|
|
||||||
|
[syndic]
|
||||||
|
args.lct_appli = "syndic"
|
||||||
|
args.language = "fr"
|
||||||
|
args.archive = ""
|
||||||
|
args.develop = 0
|
||||||
|
only = ["install.root"]
|
||||||
|
|
||||||
|
[english]
|
||||||
|
args.lct_appli = "asso"
|
||||||
|
args.language = "en"
|
||||||
|
args.archive = ""
|
||||||
|
args.develop = 0
|
||||||
|
only = ["install.root"]
|
||||||
|
|
||||||
|
[archive]
|
||||||
|
args.lct_appli = "asso"
|
||||||
|
args.language = "fr"
|
||||||
|
args.archive = "https://download.sd-libre.fr/archive_asso.lbk"
|
||||||
|
args.develop = 0
|
||||||
|
only = ["install.root"]
|
||||||
|
|
Loading…
Reference in a new issue