From 3f8ab43d1538f877a5adb796c5c80038d9a83160 Mon Sep 17 00:00:00 2001 From: Alex Rockwell Date: Thu, 5 Feb 2026 22:52:19 -0500 Subject: [PATCH] fix(test): Remove gui from lazy loading test expectations The gui command was moved from lazy to eager registration in #397 to fix it not launching. The lazy loading test needs to reflect this by no longer expecting emdx.ui.gui to stay unloaded. Co-Authored-By: Claude Opus 4.6 --- tests/test_lazy_loading.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_lazy_loading.py b/tests/test_lazy_loading.py index 1ceab69..94f8733 100644 --- a/tests/test_lazy_loading.py +++ b/tests/test_lazy_loading.py @@ -200,7 +200,6 @@ def test_help_does_not_load_lazy_modules(self): 'emdx.commands.ask', 'emdx.commands.similarity', 'emdx.commands.gdoc', - 'emdx.ui.gui', ] # Clear any cached imports