forked-synapse/tests
Richard van der Hoff 84936e2264
Kill off _PushHTTPChannel. (#9878)
First of all, a fixup to `FakeChannel` which is needed to make it work with the default HTTP channel implementation.

Secondly, it looks like we no longer need `_PushHTTPChannel`, because as of #8013, the producer that gets attached to the `HTTPChannel` is now an `IPushProducer`. This is good, because it means we can remove a whole load of test-specific boilerplate which causes variation between tests and production.
2021-04-23 18:40:57 +01:00
..
api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
app Split presence out of master (#9820) 2021-04-23 12:21:55 +01:00
appservice Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
config Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
crypto Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
events Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
handlers Rename handler and config modules which end in handler/config. (#9816) 2021-04-20 14:55:20 -04:00
http Limit the size of HTTP responses read over federation. (#9833) 2021-04-23 11:08:41 +01:00
logging Merge branch 'master' into develop 2021-04-20 14:55:16 +01:00
module_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
push Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
replication Kill off _PushHTTPChannel. (#9878) 2021-04-23 18:40:57 +01:00
rest Split presence out of master (#9820) 2021-04-23 12:21:55 +01:00
scripts Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
server_notices Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
storage Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
test_utils Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
util Merge branch 'master' into develop 2021-04-20 14:55:16 +01:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
server.py Kill off _PushHTTPChannel. (#9878) 2021-04-23 18:40:57 +01:00
test_distributor.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_event_auth.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_federation.py Merge branch 'master' into develop 2021-04-20 14:55:16 +01:00
test_mau.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_metrics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_phone_home.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_preview.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_server.py pass a reactor into SynapseSite (#9874) 2021-04-23 17:06:47 +01:00
test_state.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_terms_auth.py Use mock from the stdlib. (#9772) 2021-04-09 13:44:38 -04:00
test_test_utils.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_types.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_visibility.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
unittest.py pass a reactor into SynapseSite (#9874) 2021-04-23 17:06:47 +01:00
utils.py Remove room and user invite ratelimits in default unit test config (#9871) 2021-04-23 13:37:48 +01:00