summary refs log tree commit diff
path: root/tests/replication/tcp/streams/test_typing.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-1/+3
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-061-16/+17
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-101-1/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-0/+1
* Discard RDATA from already seen positions. (#7648)Patrick Cloke2020-06-151-6/+82
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-131-1/+1
* Fix catchup-on-reconnect for the Federation Stream (#7374)Richard van der Hoff2020-05-051-5/+0
* Thread through instance name to replication client. (#7369)Erik Johnston2020-05-011-2/+2
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-3/+0
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-3/+8
* Add some replication tests (#7278)Erik Johnston2020-04-281-0/+80