summary refs log tree commit diff
path: root/tests/test_utils/event_injection.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-11/+16
* Ensure fed-sender catchup does not block for full state (#15248)David Robertson2023-03-131-0/+31
* Add a class UnpersistedEventContext to allow for the batching up of storing s...Shay2023-02-091-1/+6
* Add more missing type hints to tests. (#15028)Patrick Cloke2023-02-081-4/+4
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bump black configuration to target py36 (#9781)Dan Callahan2021-04-131-3/+3
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-1/+4
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-4/+3
* Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-221-20/+8
* isort 5 compatibility (#7786)Will Hunt2020-07-051-2/+0
* Fix bug in EventContext.deserialize. (#7393)Erik Johnston2020-05-051-6/+20
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-0/+96