large refactor (break up ConfigManager), add more tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[app.test]
|
||||
config_dir = 'sym_tgt/test'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
@@ -1 +0,0 @@
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
|
||||
@@ -1 +1 @@
|
||||
echo "> none-light ran"
|
||||
echo "none-light ran"
|
||||
|
||||
@@ -1 +1 @@
|
||||
echo "> none-none ran"
|
||||
echo "none-none ran"
|
||||
|
||||
1
tests/test-config-dir/groups/test/none.toml
Normal file
1
tests/test-config-dir/groups/test/none.toml
Normal file
@@ -0,0 +1 @@
|
||||
base = "aaa"
|
||||
1
tests/test-config-dir/groups/test/test.toml
Normal file
1
tests/test-config-dir/groups/test/test.toml
Normal file
@@ -0,0 +1 @@
|
||||
concrete = "zzz"
|
||||
Reference in New Issue
Block a user