Validate iOS backup path before checks (#825)

* Validate iOS backup path before checks

* Fix iOS backup path mypy typing

* Fix custom module test backup fixture
This commit is contained in:
besendorf
2026-07-14 21:58:46 +02:00
committed by GitHub
parent f5b0a3cd91
commit 1532578b39
4 changed files with 71 additions and 1 deletions
+2
View File
@@ -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",