forked-synapse/tests/rest/client/v2_alpha
Richard van der Hoff b97a1356b1 Register a device_id in the /v2/register flow.
This doesn't cover *all* of the registration flows, but it does cover the most
common ones: in particular: shared_secret registration, appservice
registration, and normal user/pass registration.

Pull device_id from the registration parameters. Register the device in the
devices table. Associate the device with the returned access and refresh
tokens. Profit.
2016-07-20 16:38:27 +01:00
..
__init__.py Fix tests 2016-03-07 17:32:36 +00:00
test_filter.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_register.py Register a device_id in the /v2/register flow. 2016-07-20 16:38:27 +01:00