Adds support for zip files in check-androidqf command (#372)

This commit is contained in:
Tek
2023-07-26 13:53:54 +02:00
committed by GitHub
parent 57d4aca72e
commit 3ec3b86a45
27 changed files with 225 additions and 114 deletions
+1 -2
View File
@@ -3,8 +3,8 @@
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
import os
import logging
import os
from click.testing import CliRunner
@@ -12,7 +12,6 @@ from mvt.android.cli import check_backup
from .utils import get_artifact_folder
TEST_BACKUP_PASSWORD = "123456"