MatrixSynapse/tests/storage
Richard van der Hoff 43b2be9764 Replace _event_dict_property with DictProperty
this amounts to the same thing, but replaces `_event_dict` with `_dict`, and
removes some of the function layers generated by `property`.
2020-02-14 16:42:37 +00:00
..
__init__.py
test__base.py
test_appservice.py
test_background_update.py
test_base.py
test_cleanup_extrems.py
test_client_ips.py
test_devices.py
test_directory.py
test_e2e_room_keys.py
test_end_to_end_keys.py
test_event_federation.py
test_event_metrics.py
test_event_push_actions.py
test_keys.py Type defintions for use in refactoring for redaction changes (#6803) 2020-01-30 11:25:59 +00:00
test_monthly_active_users.py
test_profile.py
test_purge.py
test_redaction.py Replace _event_dict_property with DictProperty 2020-02-14 16:42:37 +00:00
test_registration.py Allow admin users to create or modify users without a shared secret (#6495) 2020-01-09 13:31:00 +00:00
test_room.py Add `rooms.room_version` column (#6729) 2020-01-27 14:30:57 +00:00
test_roommember.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
test_state.py Add `rooms.room_version` column (#6729) 2020-01-27 14:30:57 +00:00
test_transactions.py
test_user_directory.py