2025-12-16 22:22:47 +01:00
parent d8361fe00a
commit 3123ac4a08
4 changed files with 117 additions and 106 deletions

View File

@@ -32,7 +32,7 @@ class TestGenerateDefaultApplications(unittest.TestCase):
shutil.rmtree(self.temp_dir)
def test_script_generates_expected_yaml(self):
script_path = Path(__file__).resolve().parent.parent.parent.parent.parent.parent / "cli/setup/applications.py"
script_path = Path(__file__).resolve().parent.parent.parent.parent.parent / "cli/setup/applications.py"
result = subprocess.run(
[