MatrixSynapse/tests
Richard van der Hoff 44a498418c Optimise LoggingContext creation and copying
It turns out that the only thing we use the __dict__ of LoggingContext for is
`request`, and given we create lots of LoggingContexts and then copy them every
time we do a db transaction or log line, using the __dict__ seems a bit
redundant. Let's try to optimise things by making the request attribute
explicit.
2018-01-16 15:49:42 +00:00
..
api
appservice Add extra space before inline comment 2017-11-16 18:22:40 +00:00
config Fix broken config UTs 2018-01-09 11:28:33 +00:00
crypto Optimise LoggingContext creation and copying 2018-01-16 15:49:42 +00:00
events
handlers try make tests work a bit more... 2017-12-04 17:10:03 +00:00
metrics
replication
rest Remove dead code 2018-01-09 12:06:45 +00:00
storage Fix tests for Store.__init__ update 2017-11-13 10:46:08 +00:00
util Optimise LoggingContext creation and copying 2018-01-16 15:49:42 +00:00
__init__.py
test_distributor.py
test_dns.py
test_preview.py
test_state.py
test_test_utils.py
test_types.py
unittest.py enable twisted delayedcall debugging in UTs 2018-01-09 12:06:45 +00:00
utils.py Disable user_directory updates for UTs 2018-01-09 12:06:45 +00:00