We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01b308 commit 90ea44fCopy full SHA for 90ea44f
2 files changed
tests/android/installer/test_cli.py
@@ -4,7 +4,6 @@
4
from pathlib import Path
5
from unittest.mock import Mock, patch
6
7
-import pytest
8
from typer.testing import CliRunner
9
10
from ovmobilebench.android.installer.cli import app
tests/android/installer/test_ndk_coverage.py
@@ -2,18 +2,11 @@
2
3
import tempfile
-from unittest.mock import Mock, patch, mock_open
-import urllib.error
+from unittest.mock import Mock, patch
import pytest
from ovmobilebench.android.installer.ndk import NdkResolver
11
-from ovmobilebench.android.installer.errors import (
12
- ComponentNotFoundError,
13
- DownloadError,
14
- InvalidArgumentError,
15
- UnpackError,
16
-)
17
18
19
class TestNdkResolverCoverage:
0 commit comments