synapse/tests/api
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id=
This follows the same flows-based flow as regular registration, but as
the only implemented flow has no requirements, it auto-succeeds. In the
future, other flows (e.g. captcha) may be required, so clients should
treat this like the regular registration flow choices.
2015-11-04 17:29:07 +00:00
..
__init__.py Test ratelimiter 2014-09-02 15:16:26 +01:00
test_auth.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
test_filtering.py Refactor api.filtering to have a Filter API 2015-10-20 15:33:25 +01:00
test_ratelimiting.py Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 2014-09-12 18:46:13 +01:00