mirror of
https://github.com/mvt-project/mvt.git
synced 2026-07-06 21:17:53 +02:00
Adds support for zip files in check-androidqf command (#372)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user