summary refs log tree commit diff
path: root/tests/rest/client/v1/test_register.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-1/+4
|
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-31/+37
|
* run isortAmber Brown2018-07-091-3/+7
|
* Merge pull request #1098 from matrix-org/markjh/bearer_tokenMark Haines2016-10-251-0/+2
|\ | | | | Allow clients to supply access_tokens as headers
| * Fix unit testsMark Haines2016-09-121-0/+2
| |
* | rest/client/v1/register: use the correct requester in createUserPatrik Oldsberg2016-10-061-21/+9
|/ | | | Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
* Create user with expiryNegi Fazeli2016-05-131-0/+88
- Add unittests for client, api and handler Signed-off-by: Negar Fazeli <negar.fazeli@ericsson.com>