summary refs log tree commit diff
path: root/tests/test_utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-18/+1
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-12/+0
* Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-0/+12
* Handle errors when introspecting tokensQuentin Gliech2023-05-301-2/+2
* Remove duplicate timestamp from test logs (`_trial_temp/test.log`) (#15636)Eric Eastwood2023-05-221-4/+3
* 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-085-23/+31
* Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke2023-02-031-0/+3
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-2/+25
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-252-8/+357
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+1
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-272-5/+5
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+3
* Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-051-2/+2
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-2/+12
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-144-4/+0
* Bump black configuration to target py36 (#9781)Dan Callahan2021-04-131-3/+3
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Fix additional type hints. (#9543)Patrick Cloke2021-03-091-1/+1
* Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-181-0/+53
* Preparatory refactoring of the SamlHandlerTestCase (#8938)Richard van der Hoff2020-12-151-0/+12
* Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-141-1/+1
* Factor out FakeResponse from test_oidcRichard van der Hoff2020-12-021-0/+27
* Fail test cases if they fail to await all awaitables (#8690)Patrick Cloke2020-10-301-1/+33
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Update test logging to be able to accept braces (#8335)Jonathan de Jong2020-09-181-2/+1
* Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-1/+4
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-3/+10
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-4/+3
* Convert state resolution to async/await (#7942)Patrick Cloke2020-07-241-1/+6
* 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-292-0/+116
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+3
* Enable configuring test log level via env var (#4506)Richard van der Hoff2019-01-292-0/+72