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
1=== modified file 'click_package/tests/integration/test_verify.py'
2--- click_package/tests/integration/test_verify.py 2014-09-04 14:15:08 +0000
3+++ click_package/tests/integration/test_verify.py 2017-06-07 02:38:44 +0000
4@@ -50,7 +50,7 @@
5 path_to_click],
6 universal_newlines=True, stderr=subprocess.STDOUT)
7 expected_error = (
8- 'click.framework.ClickFrameworkInvalid: Framework '
9+ 'click_package.framework.ClickFrameworkInvalid: Framework '
10 '"missing" not present on system (use '
11 '--force-missing-framework option to override)')
12 self.assertIn(expected_error, cm.exception.output)
13@@ -66,7 +66,8 @@
14 path_to_click],
15 universal_newlines=True, stderr=subprocess.STDOUT)
16 expected_error = (
17- 'click.install.DebsigVerifyError: Signature verification error: '
18+ 'click_package.install.DebsigVerifyError: '
19+ 'Signature verification error: '
20 'debsig: %s does not appear to be a deb format package'
21 ) % path_to_click
22 self.assertIn(expected_error, cm.exception.output)

Subscribers

People subscribed via source and target branches

to all changes: