summary refs log tree commit diff
path: root/tests/storage/test_main.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-311-2/+2
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-1/+1
* Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-261-2/+2
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-4/+4
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Clean up `tests.storage.test_main` to remove use of legacy code. (#11493)reivilibre2021-12-021-17/+10
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-0/+7
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-3/+5
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-1/+3
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-1/+1
* Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-0/+46