debug travis

This commit is contained in:
Sebastian Bachmann 2019-10-18 09:50:57 +02:00
parent 7a5c8ede43
commit dc93942270

View File

@ -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):