diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-22 13:57:08 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-22 13:57:08 +0100 |
| commit | 7773d867f6266a5cd72971bfb1256c8976b280f4 (patch) | |
| tree | 1b7703a6569f0b5ef397217b18e68cb90c5a3dd4 /tests/test_canonical.py | |
| parent | 33406d6cf63fe12e495381511cf6af54704d0933 (diff) | |
| download | dotfiles-7773d867f6266a5cd72971bfb1256c8976b280f4.tar.gz dotfiles-7773d867f6266a5cd72971bfb1256c8976b280f4.tar.bz2 dotfiles-7773d867f6266a5cd72971bfb1256c8976b280f4.zip | |
Prefer external displays on the corporate laptop
Diffstat (limited to 'tests/test_canonical.py')
| -rw-r--r-- | tests/test_canonical.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_canonical.py b/tests/test_canonical.py index 848bf6c..fb0bff9 100644 --- a/tests/test_canonical.py +++ b/tests/test_canonical.py @@ -183,6 +183,7 @@ class RoleTests(unittest.TestCase): ".config/ghostty/config", ".local/bin/rqr", ".local/share/gnome-shell/extensions/corporate-panel@dotfiles/extension.js", + ".local/share/gnome-shell/extensions/external-display@dotfiles/extension.js", ]: self.assertIn(required, files) for path in files: @@ -281,6 +282,7 @@ class RoleTests(unittest.TestCase): self.assertNotIn(".config/autostart/dotfiles-", files) self.assertNotIn("gpg-agent.service.d/canonical.conf", files) self.assertNotIn("corporate-panel@dotfiles", files) + self.assertNotIn("external-display@dotfiles", files) if __name__ == "__main__": |
