0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-04 21:58:54 +01:00
synapse/tests/storage
Erik Johnston fa4d609e20
Make 'event.redacts' never raise. (#6771)
There are quite a few places that we assume that a redaction event has a
corresponding `redacts` key, which is not always the case. So lets
cheekily make it so that event.redacts just returns None instead.
2020-01-23 15:19:03 +00:00
..
__init__.py
test__base.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_appservice.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
test_background_update.py port BackgroundUpdateTestCase to HomeserverTestCase (#6653) 2020-01-07 14:09:07 +00:00
test_base.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
test_cleanup_extrems.py Move background update handling out of store 2019-12-05 11:11:26 +00:00
test_client_ips.py Fix race which caused deleted devices to reappear (#6514) 2019-12-10 16:22:29 +00:00
test_devices.py
test_directory.py
test_e2e_room_keys.py
test_end_to_end_keys.py
test_event_federation.py Remove unused get_prev_events_and_hashes_for_room 2020-01-06 13:45:33 +00:00
test_event_metrics.py
test_event_push_actions.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_keys.py
test_monthly_active_users.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_profile.py Fixup tests 2019-12-06 16:02:50 +00:00
test_purge.py
test_redaction.py Make 'event.redacts' never raise. (#6771) 2020-01-23 15:19:03 +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
test_roommember.py Add local_current_membership table (#6655) 2020-01-15 14:59:33 +00:00
test_state.py Split state groups into a separate data store (#6296) 2019-12-20 10:48:24 +00:00
test_transactions.py
test_user_directory.py Fixup tests 2019-12-06 16:02:50 +00:00