synapse/tests/storage
Neil Johnson d2f7c4e6b1
create support user (#4141)
Allow for the creation of a support user.

A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
2018-12-14 18:20:59 +00:00
..
__init__.py
test__base.py
test_appservice.py
test_background_update.py
test_base.py
test_client_ips.py
test_devices.py
test_directory.py
test_end_to_end_keys.py Add test to assert set_e2e_device_keys correctly returns False on no-op 2018-11-08 14:06:44 +00:00
test_event_federation.py
test_event_push_actions.py
test_keys.py
test_monthly_active_users.py create support user (#4141) 2018-12-14 18:20:59 +00:00
test_presence.py
test_profile.py
test_purge.py
test_redaction.py
test_registration.py create support user (#4141) 2018-12-14 18:20:59 +00:00
test_room.py
test_roommember.py
test_state.py Refactor state group lookup to reduce DB hits (#4011) 2018-10-25 17:49:55 +01:00
test_transactions.py Add tests 2018-10-02 16:22:39 +01:00
test_user_directory.py