Merge lp:~robru/ubuntuone-dev-tools/fix-tests into lp:ubuntuone-dev-tools
| Status: | Approved |
|---|---|
| Approved by: | James Westby on 2015-11-11 |
| Approved revision: | 108 |
| Proposed branch: | lp:~robru/ubuntuone-dev-tools/fix-tests |
| Merge into: | lp:ubuntuone-dev-tools |
| Diff against target: |
91 lines (+11/-8) 5 files modified
bin/u1lint (+2/-2) ubuntuone/devtools/services/tests/test_squid.py (+1/-1) ubuntuone/devtools/testcases/tests/test_squid_testcase.py (+3/-3) ubuntuone/devtools/testcases/tests/test_txsocketserver.py (+1/-1) ubuntuone/devtools/testing/txcheck.py (+4/-1) |
| To merge this branch: | bzr merge lp:~robru/ubuntuone-dev-tools/fix-tests |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| James Westby (community) | 2015-08-19 | Approve on 2015-11-11 | |
| dobey | 2015-08-19 | Pending | |
|
Review via email:
|
|||
Commit Message
Fix pylint failures.
Description of the Change
ubuntuone-dev-tools is stuck in proposed due to test regressions, this branch fixes up the test run in trunk:
Running style checks...
./ubuntuone/
./ubuntuone/
./ubuntuone/
./ubuntuone/
./ubuntuone/
./ubuntuone/
bin/u1lint:132:16: E713 test for membership should be 'not in'
bin/u1lint:139:16: E713 test for membership should be 'not in'
| Robert Bruce Park (robru) wrote : | # |
Doesn't look like this branch is set up for auto-merging, you'll have to merge it manually.
Unmerged revisions
- 108. By Robert Bruce Park on 2015-08-19
-
Fix pylint errors during test run.

I wonder if this will merge if I just do this.