mirror of
https://github.com/androguard/androguard.git
synced 2024-12-04 19:17:01 +00:00
debug travis
This commit is contained in:
parent
7a5c8ede43
commit
dc93942270
@ -178,6 +178,8 @@ class EntryPointsTest(unittest.TestCase):
|
||||
'Test-debug.apk')
|
||||
arguments = ['--debug', 'cg', apk_path]
|
||||
result = runner.invoke(entry_points.entry_point, arguments)
|
||||
print(result.exception)
|
||||
print(result.output)
|
||||
assert result.exit_code == 0
|
||||
|
||||
def test_cg_help(self):
|
||||
|
Loading…
Reference in New Issue
Block a user