Fixed variable names mismatch and styling

This commit is contained in:
Nex
2022-03-30 08:49:22 +02:00
parent 9950b3d6c2
commit 9d61b9048c
7 changed files with 41 additions and 32 deletions
+2 -2
View File
@@ -4,17 +4,17 @@
# https://license.mvt.re/1.1/
import os
from click.testing import CliRunner
from mvt.android.cli import check_bugreport
from .utils import get_artifact_folder
class TestCheckBugreportCommand:
def test_check(self):
runner = CliRunner()
path = os.path.join(get_artifact_folder(), "android_data/bugreport/")
result = runner.invoke(check_bugreport, [path])
assert result.exit_code == 0