MatrixSynapse/tests
Andrew Morgan 0188daf32c
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.
2020-06-03 16:39:30 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00
http
logging
push
replication
rest
scripts
server_notices
state
storage Replace instances of reactor pumping with get_success. (#7619) 2020-06-03 16:39:30 +01:00
test_utils Fix bug in EventContext.deserialize. (#7393) 2020-05-05 14:17:27 +01:00
util
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py Replace instances of reactor pumping with get_success. (#7619) 2020-06-03 16:39:30 +01:00
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py