summary refs log tree commit diff
path: root/tests/rest/admin/test_statistics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-101-51/+10
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-091-3/+3
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-081-18/+18
* Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-091-1/+1
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-1/+1
* Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-18/+22
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-31/+71
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-9/+3
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-32/+101
* Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-111-1/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-33/+27
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-27/+0
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+485