| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out FakeResponse from test_oidc | Richard van der Hoff | 2020-12-02 | 1 | -0/+27 |
* | Fail test cases if they fail to await all awaitables (#8690) | Patrick Cloke | 2020-10-30 | 1 | -1/+33 |
* | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -1/+1 |
* | Update test logging to be able to accept braces (#8335) | Jonathan de Jong | 2020-09-18 | 1 | -2/+1 |
* | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) | Erik Johnston | 2020-09-11 | 1 | -1/+4 |
* | Allow for make_awaitable's return value to be re-used. (#8261) | Patrick Cloke | 2020-09-08 | 1 | -3/+10 |
* | Convert additional databases to async/await part 2 (#8200) | Patrick Cloke | 2020-09-01 | 1 | -4/+3 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -1/+6 |
* | Convert the message handler to async/await. (#7884) | Patrick Cloke | 2020-07-22 | 1 | -20/+8 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -2/+0 |
* | Fix bug in EventContext.deserialize. (#7393) | Erik Johnston | 2020-05-05 | 1 | -6/+20 |
* | Fix limit logic for EventsStream (#7358) | Richard van der Hoff | 2020-04-29 | 2 | -0/+116 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+1 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -1/+3 |
* | Enable configuring test log level via env var (#4506) | Richard van der Hoff | 2019-01-29 | 2 | -0/+72 |