From 6ccb6d443d2fb871b43d96ea61a95bc3e6a92355 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 26 Aug 2026 17:46:48 -0400 Subject: feat: combined install/configure tui screens into one menu, removed extraneous wizard screens --- app/tests/test_backends_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/tests/test_backends_common.py') diff --git a/app/tests/test_backends_common.py b/app/tests/test_backends_common.py index b8a8e90..3b4e7f9 100644 --- a/app/tests/test_backends_common.py +++ b/app/tests/test_backends_common.py @@ -61,7 +61,8 @@ class GitCloneTests(unittest.TestCase): ["git", "clone", "url", "/t"]) def test_git_clone_streaming_adds_progress(self): - emit = lambda line: None + def emit(line): + pass with mock.patch.object(common, "run_console_subprocess", return_value=0) as run: self.assertEqual(common.git_clone("url", common.Path("/t"), -- cgit v1.2.3