Merge lp:~mikemc/ubuntuone-client/add-no-reactor-test into lp:ubuntuone-client
Proposed by
Mike McCracken
on 2012-07-30
| Status: | Merged |
|---|---|
| Approved by: | Mike McCracken on 2012-07-30 |
| Approved revision: | 1287 |
| Merged at revision: | 1282 |
| Proposed branch: | lp:~mikemc/ubuntuone-client/add-no-reactor-test |
| Merge into: | lp:ubuntuone-client |
| Diff against target: |
113 lines (+79/-0) 4 files modified
Makefile.am (+1/-0) run-mac-tests (+2/-0) run-tests.bat (+2/-0) tests/platform/check_reactor_import.py (+74/-0) |
| To merge this branch: | bzr merge lp:~mikemc/ubuntuone-client/add-no-reactor-test |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brian Curtin (community) | Approve on 2012-07-30 | ||
| dobey (community) | 2012-07-30 | Approve on 2012-07-30 | |
|
Review via email:
|
|||
Commit Message
- Add test script that fails if reactor is imported from the wrong place (LP: #1030961)
Description of the Change
- Add test script that fails if reactor is imported from the wrong place (LP: #1030961)
To post a comment you must log in.
lp:~mikemc/ubuntuone-client/add-no-reactor-test
updated
on 2012-07-30
- 1287. By Mike McCracken on 2012-07-30
-
use new-style print function, format syntax
| dobey (dobey) wrote : | # |
The %-notation for strings is still valid and acceptable, if you prefer it. I just meant the necessary things like unicode string literals (to expose potential issues when they come up) and the print function. Thanks.
review:
Approve


As this is entirely new code, and it is Python, I think it would be good to use the new syntax for certain things, and import unicode_literals and print_statement from __future__.