summary refs log tree commit diff
path: root/tests/rest/client/test_consent.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to `tests/rest/client` (#12072)Dirk Klimpel2022-02-241-7/+12
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-1/+0
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-4/+8
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-4/+4
* Remove redundant calls to `render()`Richard van der Hoff2020-11-161-5/+1
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-7/+21
* Run Black. (#5482)Amber Brown2019-06-201-5/+5
* Bump bleach version so that tests can run on old deps.Erik Johnston2019-06-111-6/+0
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-4/+7
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Add a test for the public T&Cs formRichard van der Hoff2018-11-141-0/+7
* Tests for user consent resource (#4140)Amber Brown2018-11-061-0/+111