summary refs log tree commit diff
path: root/tests/rest/client/test_consent.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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