mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
78b99de7c2
When configuring the return values of mocks, prefer awaitables from `make_awaitable` over `defer.succeed`. `Deferred`s are only awaitable once, so it is inappropriate for a mock to return the same `Deferred` multiple times. Also update `run_in_background` to support functions that return arbitrary awaitables. Signed-off-by: Sean Quah <seanq@element.io> |
||
---|---|---|
.. | ||
__init__.py | ||
_remote.py | ||
_terse_json.py | ||
context.py | ||
filter.py | ||
formatter.py | ||
handlers.py | ||
opentracing.py | ||
scopecontextmanager.py |