synapse/tests
2014-12-18 17:47:00 +00:00
..
api Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 2014-09-12 18:46:13 +01:00
federation Fix replication tests 2014-12-11 17:11:06 +00:00
handlers Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state 2014-12-16 15:59:17 +00:00
rest Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor 2014-12-15 14:45:59 +00:00
storage Kill off synapse.api.events.* 2014-12-16 11:29:05 +00:00
util Add a request-id to each log line 2014-10-30 01:21:33 +00:00
__init__.py fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
test_distributor.py Replace distributor deferred list, with a simple for loop until I understand why the former breaks and the latter doesn't 2014-12-18 17:47:00 +00:00
test_state.py Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state 2014-12-16 15:59:17 +00:00
test_test_utils.py Implement .cancel_call_later() in MockClock 2014-12-10 19:26:52 +00:00
test_types.py Fix some tests 2014-12-10 18:00:57 +00:00
unittest.py Added a useful unit test primitive for asserting object attributes 2014-09-17 15:56:40 +01:00
utils.py Kill off synapse.api.events.* 2014-12-16 11:29:05 +00:00