You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/tests
Mark Haines 26c8fff19e Merge pull request #36 from matrix-org/device_id_from_access_token 10 years ago
..
api Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 10 years ago
federation Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them 10 years ago
handlers Replace hs.parse_roomalias with RoomAlias.from_string 10 years ago
rest Merge pull request #36 from matrix-org/device_id_from_access_token 10 years ago
storage Extract the id token of the token when authing users, include the token and device_id in the internal meta data for the event along with the transaction id when sending events 10 years ago
util Add a request-id to each log line 10 years ago
__init__.py fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
test_distributor.py Replace distributor deferred list, with a simple for loop until I understand why the former breaks and the latter doesn't 10 years ago
test_state.py Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state 10 years ago
test_test_utils.py Implement .cancel_call_later() in MockClock 10 years ago
test_types.py Replace hs.parse_roomalias with RoomAlias.from_string 10 years ago
unittest.py Don't make @unittest.DEBUG print the huge amount of verbosity generated by the synapse.storage loggers 10 years ago
utils.py Have MockClock detect attempts to cancel expired timers, to prevent a repeat of SYN-230 10 years ago