Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
| | |||||
* | Prepare unit tests for Python 3.12 (#16099) | V02460 | 2023-08-25 | 1 | -1/+3 |
| | |||||
* | Proper types for tests.test_terms_auth (#15007) | David Robertson | 2023-02-07 | 1 | -6/+13 |
| | | | | | * Proper types for tests.test_terms_auth * Changelog | ||||
* | Use literals in place of `HTTPStatus` constants in tests (#13463) | Dirk Klimpel | 2022-08-05 | 1 | -3/+3 |
| | |||||
* | Remove unnecessary `json.dumps` from tests (#13303) | Dirk Klimpel | 2022-07-17 | 1 | -22/+17 |
| | |||||
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -3/+3 |
| | |||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -1/+1 |
| | |||||
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
| | |||||
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 1 | -3/+3 |
| | | | | This was never used, so let's get rid of it. | ||||
* | Remove redundant `HomeserverTestCase.render` | Richard van der Hoff | 2020-11-16 | 1 | -3/+0 |
| | |||||
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -5/+4 |
| | |||||
* | Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests | Richard van der Hoff | 2020-03-30 | 1 | -2/+2 |
|\ | | | | | Add tests for outbound device pokes | ||||
| * | Remove spurious "name" parameter to `default_config` | Richard van der Hoff | 2020-03-24 | 1 | -2/+2 |
| | | | | | | | | | | this is never set to anything other than "test", and is a source of unnecessary boilerplate. | ||||
* | | Validate that the session is not modified during UI-Auth (#7068) | Patrick Cloke | 2020-03-26 | 1 | -1/+2 |
|/ | |||||
* | Refactor code for calculating registration flows (#6106) | Richard van der Hoff | 2019-09-25 | 1 | -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 stage | David Baker | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -4/+4 |
| | |||||
* | Fix the terms UI auth tests | Travis Ralston | 2018-11-15 | 1 | -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 Brown | 2018-11-07 | 1 | -3/+2 |
| | |||||
* | Add config variables for enabling terms auth and the policy name (#4142) | Travis Ralston | 2018-11-06 | 1 | -2/+3 |
| | | | | So people can still collect consent the old way if they want to. | ||||
* | The tests also need a version parameter | Travis Ralston | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | pep8 | Travis Ralston | 2018-10-24 | 1 | -5/+3 |
| | |||||
* | It helps to import things | Travis Ralston | 2018-10-24 | 1 | -0/+16 |
| | |||||
* | Move test to where the other integration tests are | Travis Ralston | 2018-10-24 | 1 | -0/+109 |