Merge lp://staging/~canonical-ca-hackers/ubuntu-webcatalog/fix-pep8-test into lp://staging/ubuntu-webcatalog
Proposed by
Łukasz Czyżykowski
Status: | Merged |
---|---|
Approved by: | Anthony Lenton |
Approved revision: | 146 |
Merged at revision: | 146 |
Proposed branch: | lp://staging/~canonical-ca-hackers/ubuntu-webcatalog/fix-pep8-test |
Merge into: | lp://staging/ubuntu-webcatalog |
Diff against target: |
81 lines (+22/-26) 3 files modified
src/webcatalog/middleware/exception.py (+1/-1) src/webcatalog/tests/test_commands.py (+3/-3) src/webcatalog/tests/test_pep8.py (+18/-22) |
To merge this branch: | bzr merge lp://staging/~canonical-ca-hackers/ubuntu-webcatalog/fix-pep8-test |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Anthony Lenton (community) | Approve | ||
Review via email: mp+110994@code.staging.launchpad.net |
Commit message
Fix tests to work with pep8 (1.3.1)
Description of the change
Overview
========
This branch fixes latest test failure caused by newer, backward incompatible, pep8 package.
As a drive-by I fixed two problems reported by the newer pep8.
To post a comment you must log in.
Looks good!