summary refs log tree commit diff
path: root/tests/test_terms_auth.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code for calculating registration flows (#6106)Richard van der Hoff2019-09-251-9/+15
| | | | | | | | | because, frankly, it looked like it was written by an axe-murderer. This should be a non-functional change, except that where `m.login.dummy` was previously advertised *before* `m.login.terms`, it will now be advertised afterwards. AFAICT that should have no effect, and will be more consistent with the flows that involve passing a 3pid.
* 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
| | | By setting the config value directly, we skip the block that adds the slash automatically for us.
* 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
| | | | So people can still collect consent the old way if they want to.
* 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