Removed deprecated test, new location for tests, init gresource test

This commit is contained in:
Vladyslav Hroshev
2025-04-05 22:21:06 +03:00
parent ad8f3fb9bd
commit 8da9b564be
7 changed files with 320 additions and 111 deletions

View File

@@ -3,6 +3,7 @@ from tempfile import gettempdir
# folder definitions
temp_folder = f"{gettempdir()}/marble"
temp_tests_folder = f"{temp_folder}/tests"
gdm_folder = "gdm"
gnome_folder = "gnome-shell"
temp_gnome_folder = f"{temp_folder}/{gnome_folder}"