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