summary refs log tree commit diff
path: root/tests/test_terms_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-3/+3
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-3/+3
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-3/+0
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-5/+4
* Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_testsRichard van der Hoff2020-03-301-2/+2
|\
| * Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-241-2/+2
* | Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke2020-03-261-1/+2
|/
* Refactor code for calculating registration flows (#6106)Richard van der Hoff2019-09-251-9/+15
* Terms might not be the last stageDavid Baker2019-05-131-1/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-4/+4
* Fix the terms UI auth testsTravis Ralston2018-11-151-1/+1
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-3/+2
* Add config variables for enabling terms auth and the policy name (#4142)Travis Ralston2018-11-061-2/+3
* The tests also need a version parameter Travis Ralston2018-10-311-1/+1
* pep8Travis Ralston2018-10-241-5/+3
* It helps to import thingsTravis Ralston2018-10-241-0/+16
* Move test to where the other integration tests areTravis Ralston2018-10-241-0/+109