summary refs log tree commit diff
path: root/tests/handlers/test_e2e_room_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-32/+44
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-28/+14
* Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-111-188/+117
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Convert E2E key and room key handlers to async/await. (#7851)Patrick Cloke2020-07-151-125/+248
* Ensure etag is a string for GET room_keys/version response (#7691)Hubert Chathi2020-06-151-0/+1
* add etag and count to key backup endpoints (#5858)Hubert Chathi2019-11-271-0/+31
* change test name to be uniqueHubert Chathi2019-10-101-1/+1
* make version optional in body of e2e backup version updateHubert Chathi2019-10-091-16/+31
* Run Black. (#5482)Amber Brown2019-06-201-9/+9
* Run Black on the tests again (#5170)Amber Brown2019-05-101-136/+141
* make sure version is in body and wrap in linearizer queueHubert Chathi2019-02-081-0/+72
* handle empty backups according to latest spec proposal (#4123)Hubert Chathi2018-11-051-42/+37
* try to make flake8 and isort happyHubert Chathi2018-09-061-4/+5
* update to newer Synapse APIsHubert Chathi2018-08-241-0/+1
* 404 nicely if you try to interact with a missing current versionMatthew Hodgson2018-08-121-0/+22
* flake8Matthew Hodgson2018-08-121-8/+13
* implement remaining tests and make them workMatthew Hodgson2018-08-121-25/+251
* lintingMatthew Hodgson2018-08-121-25/+23
* fix idiocies and so make tests passMatthew Hodgson2018-08-121-8/+11
* first cut at a UTMatthew Hodgson2018-08-121-0/+141