summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-22Remove redundant run_as_background_process() from pusherpoolRichard van der Hoff7-50/+14
`on_new_notifications` and `on_new_receipts` in `HttpPusher` and `EmailPusher` now always return synchronously, so we can remove the `defer.gatherResults` on their results, and the `run_as_background_process` wrappers can be removed too because the PusherPool methods will now complete quickly enough.
2018-10-22Give pushers their own background logcontextRichard van der Hoff2-58/+54