large refactor (break up ConfigManager), add more tests

This commit is contained in:
2024-08-10 23:48:35 -07:00
parent cb1dd52833
commit bf311d57a5
26 changed files with 1066 additions and 611 deletions

View File

@@ -0,0 +1,2 @@
[app.test]
config_dir = 'sym_tgt/test'

View File

@@ -1 +0,0 @@
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'

View File

@@ -1 +0,0 @@
gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'

View File

@@ -1 +1 @@
echo "> none-light ran"
echo "none-light ran"

View File

@@ -1 +1 @@
echo "> none-none ran"
echo "none-none ran"

View File

@@ -0,0 +1 @@
base = "aaa"

View File

@@ -0,0 +1 @@
concrete = "zzz"