summary refs log tree commit diff
path: root/tests/replication/tcp/streams/test_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-101-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-7/+7
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+9
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-221-32/+44
* Discard RDATA from already seen positions. (#7648)Patrick Cloke2020-06-151-15/+59
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-131-1/+1
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-8/+16
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-0/+417