Merge lp:~elopio/click/fix-two-tests into lp:~sergiusens/click/package-rename

Proposed by Leo Arias
Status: Needs review
Proposed branch: lp:~elopio/click/fix-two-tests
Merge into: lp:~sergiusens/click/package-rename
Diff against target: 22 lines (+3/-2)
1 file modified
click_package/tests/integration/test_verify.py (+3/-2)
To merge this branch: bzr merge lp:~elopio/click/fix-two-tests
Reviewer Review Type Date Requested Status
Sergio Schvezov Pending
Review via email: mp+325198@code.launchpad.net

Commit message

update the expected results in test_verify

Description of the change

The click module rename missed two tests.

To post a comment you must log in.

Unmerged revisions

624. By Test User <email address hidden>

update the expected results in test_verify

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'click_package/tests/integration/test_verify.py'
--- click_package/tests/integration/test_verify.py 2014-09-04 14:15:08 +0000
+++ click_package/tests/integration/test_verify.py 2017-06-07 02:38:44 +0000
@@ -50,7 +50,7 @@
50 path_to_click],50 path_to_click],
51 universal_newlines=True, stderr=subprocess.STDOUT)51 universal_newlines=True, stderr=subprocess.STDOUT)
52 expected_error = (52 expected_error = (
53 'click.framework.ClickFrameworkInvalid: Framework '53 'click_package.framework.ClickFrameworkInvalid: Framework '
54 '"missing" not present on system (use '54 '"missing" not present on system (use '
55 '--force-missing-framework option to override)')55 '--force-missing-framework option to override)')
56 self.assertIn(expected_error, cm.exception.output)56 self.assertIn(expected_error, cm.exception.output)
@@ -66,7 +66,8 @@
66 path_to_click],66 path_to_click],
67 universal_newlines=True, stderr=subprocess.STDOUT)67 universal_newlines=True, stderr=subprocess.STDOUT)
68 expected_error = (68 expected_error = (
69 'click.install.DebsigVerifyError: Signature verification error: '69 'click_package.install.DebsigVerifyError: '
70 'Signature verification error: '
70 'debsig: %s does not appear to be a deb format package'71 'debsig: %s does not appear to be a deb format package'
71 ) % path_to_click72 ) % path_to_click
72 self.assertIn(expected_error, cm.exception.output)73 self.assertIn(expected_error, cm.exception.output)

Subscribers

People subscribed via source and target branches

to all changes: