Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0188daf

Browse files
Replace instances of reactor pumping with get_success. (#7619)
Calls `self.get_success` on all deferred methods instead of abusing `self.pump()`. This has the benefit of working with coroutines, as well as checking that method execution completed successfully. There are also a few small cleanups that I made in the process.
1 parent c9507be commit 0188daf

File tree

3 files changed

+152
-121
lines changed

3 files changed

+152
-121
lines changed

changelog.d/7619.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Check that all asynchronous tasks succeed and general cleanup of `MonthlyActiveUsersTestCase` and `TestMauLimit`.

0 commit comments

Comments
 (0)