synapse/tests/appservice
Patrick Cloke 1f55c04cbc
Improve type hints for cached decorator. (#15658)
The cached decorators always return a Deferred, which was not
properly propagated. It was close enough when wrapping coroutines,
but failed if a bare function was wrapped.
2023-05-24 12:59:31 +00:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_api.py Add support for claiming multiple OTKs at once. (#15468) 2023-04-27 12:57:46 -04:00
test_appservice.py Improve type hints for cached decorator. (#15658) 2023-05-24 12:59:31 +00:00
test_scheduler.py Fix-up type hints in tests/server.py. (#15084) 2023-02-17 18:19:38 +00:00