Add replication stream for pushers

This commit is contained in:
Mark Haines 2016-03-15 17:01:43 +00:00
parent e462aa97bf
commit b6e8420aee
6 changed files with 107 additions and 18 deletions

View file

@ -131,6 +131,7 @@ class ReplicationResourceCase(unittest.TestCase):
test_timeout_tag_account_data = _test_timeout("tag_account_data")
test_timeout_backfill = _test_timeout("backfill")
test_timeout_push_rules = _test_timeout("push_rules")
test_timeout_pushers = _test_timeout("pushers")
@defer.inlineCallbacks
def send_text_message(self, room_id, message):