Merge lp://staging/~robru/friends/fix-test-mode into lp://staging/friends
Proposed by
Robert Bruce Park
Status: | Merged |
---|---|
Approved by: | Robert Bruce Park |
Approved revision: | 234 |
Merged at revision: | 233 |
Proposed branch: | lp://staging/~robru/friends/fix-test-mode |
Merge into: | lp://staging/friends |
Diff against target: |
24 lines (+3/-0) 2 files modified
friends/tests/mocks.py (+2/-0) friends/tests/test_twitter.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~robru/friends/fix-test-mode |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Robert Bruce Park | Approve | ||
Review via email: mp+187867@code.staging.launchpad.net |
Commit message
Better mocks in --test mode.
Description of the change
Not sure when this problem started, but friends-dispatcher is now crashing in --test mode, which is used by the libfriends testsuite, which is causing dbus timeouts when building libfriends. This should fix that.
To post a comment you must log in.
Confirmed locally that this fixes the unit tests for libfriends.