0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00
synapse/tests
2015-12-07 13:13:43 +00:00
..
api Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
appservice Make the appservice use 'users_in_room' rather than get_room_members since it is cached 2015-05-22 11:01:28 +01:00
crypto Invoke EventBuilder directly instead of going via the EventBuilderFactory 2015-10-19 17:42:34 +01:00
events Add some unit tests of prune_events() 2015-10-16 19:56:46 +01:00
federation Update tests 2015-11-17 18:38:48 +00:00
handlers rename the method in the tests as well 2015-12-01 16:06:17 +00:00
metrics Add an .inc_by() method to CounterMetric; implement DistributionMetric a neater way 2015-03-12 16:24:51 +00:00
rest Return non-room events from guest /events calls 2015-11-12 16:45:28 +00:00
storage Fix mock import in tests. 2015-12-06 20:50:11 +00:00
util Remove the LockManager class because it wasn't being used 2015-11-04 14:08:15 +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 Remove call to recently removed function in mock 2015-08-11 16:56:30 +01:00
test_state.py Fix an issue with ignoring power_level changes on divergent graphs 2015-11-12 15:24:59 +00:00
test_test_utils.py Implement .cancel_call_later() in MockClock 2014-12-10 19:26:52 +00:00
test_types.py Fix a 500 error resulting from empty room_ids 2015-10-26 18:44:03 +00:00
unittest.py Don't make @unittest.DEBUG print the huge amount of verbosity generated by the synapse.storage loggers 2015-01-12 18:16:27 +00:00
utils.py Host /unstable and /r0 versions of r0 APIs 2015-12-01 17:34:32 +00:00