Added the option for installing flatpaks to the user installation.

This commit is contained in:
Dávid Groniewsky
2025-10-01 11:15:26 +02:00
parent 515a27cb7d
commit 613beaa917
5 changed files with 68 additions and 28 deletions
+2
View File
@@ -141,6 +141,7 @@ class TestSource(unittest.TestCase):
files={},
directories={},
flatpak_packages={"f1", "f2", "f3"},
flatpak_user_packages={"fu1", "fu2", "fu3"},
ignored_flatpak_packages={"i1", "i2"},
)
@@ -290,6 +291,7 @@ class TestModuleUserServices(unittest.TestCase):
directories={},
modules={self.ModuleWithUserServiceOne(), self.ModuleWithUserServiceTwo()},
flatpak_packages=set(),
flatpak_user_packages=set(),
ignored_flatpak_packages=set(),
)
self.store = Store()