lp:~brian.curtin/ubuntuone-dev-tools/py3-getPage-replacement
Created by
Brian Curtin
on
2012-09-04
and last modified on
2012-09-07
- Get this branch:
- bzr branch lp:~brian.curtin/ubuntuone-dev-tools/py3-getPage-replacement
Only
Brian Curtin
can upload to this branch. If you are
Brian Curtin
please log in for upload directions.
Branch merges
- Roberto Alsina (community): Approve on 2012-09-07
- Alejandro J. Cura (community): Needs Fixing on 2012-09-07
-
Diff: 307 lines (+84/-110)2 files modifiedubuntuone/devtools/testing/tests/test_txwebserver.py (+42/-38)
ubuntuone/devtools/testing/txwebserver.py (+42/-72)
Branch information
Recent revisions
- 102. By Brian Curtin on 2012-09-07
-
Shouldn't inherit from the mixin/TCPServer - instantiate them in the BaseWebSever and then use super all around. Should fix alecu's comment.
- 100. By Brian Curtin on 2012-09-07
-
Restructure BaseWebSever to ease HTTPSWebServer implementation. Remove all Twisted code and imports
- 99. By Brian Curtin on 2012-09-06
-
Suppress HTTPServer output by overriding the log_message method. This removes the various output that gets mixed in with the test runner output.
- 95. By Brian Curtin on 2012-08-31
-
- Sort out dbus related bytes/string differences surrounding subprocess pipes, environment variables, and a dbus API expecting a str argument regardless of version.
- 94. By Brian Curtin on 2012-08-31
-
- Remove byte string formatting, instead first formatting Unicode strings and then storing encoded bytes.
- 93. By Brian Curtin on 2012-08-28
-
- Store a list for ignore keys rather than a list on Python 2 and an iterator on Python 3
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntuone-dev-tools
