mirror of
https://github.com/mvt-project/mvt.git
synced 2026-07-18 10:27:26 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user