mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Set more args for tests
This commit is contained in:
parent
084373e9fd
commit
13dd135cf1
1 changed files with 11 additions and 0 deletions
11
tests.toml
11
tests.toml
|
@ -22,8 +22,19 @@ args.accounts_reason_required = 0
|
|||
# -------------------------------
|
||||
|
||||
test_upgrade_from.9a6d0183.name = "Upgrade from 0.6.0~ynh1"
|
||||
test_upgrade_from.9a6d0183.args.accounts_registration_open = 1
|
||||
test_upgrade_from.9a6d0183.args.accounts_approval_required = 1
|
||||
test_upgrade_from.9a6d0183.args.accounts_reason_required = 0
|
||||
|
||||
test_upgrade_from.2750ec2d.name = "Upgrade from 0.11.0~ynh1"
|
||||
test_upgrade_from.2750ec2d.args.accounts_registration_open = 1
|
||||
test_upgrade_from.2750ec2d.args.accounts_approval_required = 1
|
||||
test_upgrade_from.2750ec2d.args.accounts_reason_required = 0
|
||||
|
||||
test_upgrade_from.4bc2d54d.name = "Upgrade from 0.13.1~ynh1 (latest packaging v1)"
|
||||
test_upgrade_from.4bc2d54d.args.accounts_registration_open = 1
|
||||
test_upgrade_from.4bc2d54d.args.accounts_approval_required = 1
|
||||
test_upgrade_from.4bc2d54d.args.accounts_reason_required = 0
|
||||
|
||||
# -------------------------------
|
||||
# additional tests suite
|
||||
|
|
Loading…
Add table
Reference in a new issue