summaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_canonical.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_canonical.py')
-rw-r--r--tests/test_canonical.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_canonical.py b/tests/test_canonical.py
index d1c2367..b21b8f5 100644
--- a/tests/test_canonical.py
+++ b/tests/test_canonical.py
@@ -17,6 +17,12 @@ SPEC.loader.exec_module(canonical)
class PackageTests(unittest.TestCase):
+ def test_keybase_is_not_installed_or_autostarted(self):
+ self.assertNotIn("keybase", canonical.packages("snap"))
+ self.assertFalse(
+ (ROOT / "dot_config/autostart/dotfiles-keybase.desktop").exists()
+ )
+
def test_non_corporate_role_is_rejected_before_system_access(self):
with (
patch.object(