summary refs log tree commit diff
path: root/tests/storage/test_main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* 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
(#6881) Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>