synapse/tests/rest/admin
Dionysis Grigoropoulos 37ca5924bd
Create function to check for long names in devices (#8364)
* Create a new function to verify that the length of a device name is
under a certain threshold.
* Refactor old code and tests to use said function.
* Verify device name length during registration of device
* Add a test for the above

Signed-off-by: Dionysis Grigoropoulos <dgrig@erethon.com>
2020-09-22 11:42:55 +01:00
..
__init__.py Move admin api impl to its own package 2019-05-01 15:44:30 +01:00
test_admin.py Convert federation client to async/await. (#7975) 2020-07-30 08:01:33 -04:00
test_device.py Create function to check for long names in devices (#8364) 2020-09-22 11:42:55 +01:00
test_room.py Add the topic and avatar to the room details admin API (#8305) 2020-09-14 10:07:04 -04:00
test_user.py Admin API for querying rooms where a user is a member (#8306) 2020-09-18 15:26:36 +01:00