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
Paul "LeoNerd" Evans 3a243c53f4 Rename MockedDatastoreTestCase to MockedDatastorePresenceTestCase since it is still presence-specific 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 Rename MockedDatastoreTestCase to MockedDatastorePresenceTestCase since it is still presence-specific 10 years ago
rest Move client rest tests back under rest 10 years ago
storage Fix manifest. Ignore contrib and docs directories when checking manifest against source control. 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 Fix some tests 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