1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00
gotosocial_ynh/tests.toml

29 lines
673 B
TOML
Raw Normal View History

2024-01-08 17:58:01 +01:00
test_format = 1.0
[default]
2024-01-16 04:20:37 +01:00
# GTS don't support it
exclude = [ "change_url" ]
2024-01-16 04:20:37 +01:00
2024-01-08 17:58:01 +01:00
# -------------------------------
# Default args to use for install
# -------------------------------
args.admin = "xana"
args.email = "ci-test@example.com"
args.password = "vYh8io7r*@P&zyo!6ZhBqQQ%8M5D4M"
# false by default
args.accounts_registration_open = 1
# true by default
args.accounts_reason_required = 0
# -------------------------------
# Commits to test upgrade from
# -------------------------------
2024-01-16 05:02:11 +01:00
test_upgrade_from.4bc2d54d.name = "Upgrade from 0.13.1~ynh1 (latest packaging v1)"
2024-01-08 17:58:01 +01:00
# -------------------------------
# additional tests suite
# -------------------------------