prole/tests/installer/test_gitea_init_script_present.py
chrisfu ce5ff83eb4 checkpoint: improve init scripts, installer flows, and kube context handling
- Fix kube context switching for k3s single-context kubeconfigs and k3d shorthand prefixes

- Update common init/status scripts (registry, kerberos, cnpg backup, service layer, common services)

- Add Gitea init script and installer ArgoCD screen

- Add Supabase realtime probe patching plus regression tests

- Extend installer core/UI test coverage
2026-03-14 20:07:54 -07:00

8 lines
181 B
Python

from __future__ import annotations
from installer.core.env import PROJECT_ROOT
def test_init_gitea_script_exists():
assert (PROJECT_ROOT / "etc" / "init_gitea.sh").is_file()