MatrixSynapse/tests/storage
Richard van der Hoff b75537beaf Store key validity time in the storage layer
This is a first step to checking that the key is valid at the required moment.

The idea here is that, rather than passing VerifyKey objects in and out of the
storage layer, we instead pass FetchKeyResult objects, which simply wrap the
VerifyKey and add a valid_until_ts field.
2019-05-23 11:52:22 +01:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test__base.py UPSERT many functionality (#4644) 2019-02-20 23:03:30 +11:00
test_appservice.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
test_background_update.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_base.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_client_ips.py Add admin api for sending server_notices (#5121) 2019-05-02 11:59:16 +01:00
test_devices.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_directory.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_end_to_end_keys.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_event_federation.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_event_push_actions.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_keys.py Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00
test_monthly_active_users.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_profile.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_purge.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
test_redaction.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_registration.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_room.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_roommember.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_state.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_transactions.py Add tests 2018-10-02 16:22:39 +01:00
test_user_directory.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00