From dd8434cc1653af7aba4751db170e5fbf239e0464 Mon Sep 17 00:00:00 2001 From: Janik Besendorf Date: Tue, 14 Jul 2026 21:27:59 +0200 Subject: [PATCH] Fix custom module test backup fixture --- tests/test_custom_modules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_custom_modules.py b/tests/test_custom_modules.py index dcbbbc9..a00faea 100644 --- a/tests/test_custom_modules.py +++ b/tests/test_custom_modules.py @@ -63,6 +63,8 @@ def test_load_module_appears_only_for_supported_cli_command(tmp_path): def test_module_option_runs_supported_custom_module(tmp_path): + (tmp_path / "Manifest.db").touch() + (tmp_path / "Info.plist").touch() module_path = _write_custom_module( tmp_path / "custom.py", "CustomRunModule",