Merge lp://staging/~free.ekanayaka/txlongpoll/fast-rabbit-reset into lp://staging/txlongpoll
Proposed by
Free Ekanayaka
Status: | Merged |
---|---|
Merged at revision: | 90 |
Proposed branch: | lp://staging/~free.ekanayaka/txlongpoll/fast-rabbit-reset |
Merge into: | lp://staging/txlongpoll |
Diff against target: |
145 lines (+51/-15) 6 files modified
.testr.conf (+1/-2) README (+1/-1) buildout.cfg (+6/-0) txlongpoll/testing/client.py (+25/-10) txlongpoll/tests/__init__.py (+13/-0) txlongpoll/tests/test_frontend.py (+5/-2) |
To merge this branch: | bzr merge lp://staging/~free.ekanayaka/txlongpoll/fast-rabbit-reset |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Needs Fixing | |
Robert Collins (community) | Needs Fixing | ||
Review via email: mp+278287@code.staging.launchpad.net |
Description of the change
This branch adds a few improvements to the test suite:
- Take advantage of testresources.
- Silence the Twisted logger in FrontEndAjaxTes
- Remove the workaround of aborting tearDown early without running any asynchronous logic (see the comment in the code).
- Point buildout to bson 0.4.3 since the default (1.1.1) is not compatible
with Python 2.
To post a comment you must log in.
The whole custom runner is not needed, is it? Why is it there. Surely a load_tests hook is much cleaner.