summary refs log tree commit diff
path: root/tests/rest/client/test_consent.py (follow)
Commit message (Collapse)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
| | | | | We might as well use a default value for `public_baseurl` based on `server_name` - in many cases, it will be correct.
* 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
| | | | | | | 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>`
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-4/+4
| | | | This was never used, so let's get rid of it.
* 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
| | | | | | Where we want to render a request against a specific Resource, call the global make_request() function rather than the one in HomeserverTestCase, allowing us to pass in an appropriate `Site`.
* 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 ↵Amber Brown2019-05-131-4/+7
| | | | items off HomeserverConfig (#5171)
* 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
| | | | It doesn't really belong under rest/client/v1 any more.
* 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