Optimized get paths and applications generation

This commit is contained in:
2025-07-15 22:48:59 +02:00
parent 54490faca7
commit c8054ffbc3
2 changed files with 77 additions and 34 deletions

View File

@@ -9,6 +9,8 @@ import subprocess
class TestGenerateDefaultApplications(unittest.TestCase):
def setUp(self):
# Path to the generator script under test
self.script_path = Path(__file__).resolve().parents[5] / "cli" / "build" / "defaults" / "applications.py"
# Create temp role structure
self.temp_dir = Path(tempfile.mkdtemp())
self.roles_dir = self.temp_dir / "roles"