MatrixSynapse/tests/storage
Erik Johnston d8866d7277 Caches should be bound to instances.
Before, caches were global and so different instances of the stores
would share caches. This caused problems in the unit tests.
2015-06-03 14:45:17 +01:00
..
__init__.py
test__base.py Caches should be bound to instances. 2015-06-03 14:45:17 +01:00
test_appservice.py Merge branch 'develop' of github.com:matrix-org/synapse into mysql 2015-04-07 18:05:39 +01:00
test_base.py Fix daedlock 2015-05-15 10:54:04 +01:00
test_directory.py
test_presence.py
test_profile.py
test_redaction.py
test_registration.py Caches should be bound to instances. 2015-06-03 14:45:17 +01:00
test_room.py Tidy up _simple_... methods 2015-03-20 15:05:10 +00:00
test_roommember.py Make work in both Maria and SQLite. Fix tests 2015-04-01 14:12:33 +01:00
test_stream.py