synapse/tests/storage
Oleg Girko 4013216fcc Fix mock import in tests.
For some reason, one test imports Mock class from mock.mock
rather than from mock.
This change fixes this error.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
2015-12-06 20:50:11 +00:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
event_injector.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
test__base.py Move all the caches into their own package, synapse.util.caches 2015-08-11 18:00:59 +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_background_update.py Test for background updates 2015-11-10 15:51:40 +00:00
test_base.py synapse/storage/_base.py:_simple_selectupdate_one was unused 2015-09-23 10:30:03 +01:00
test_directory.py Factor out some of the common homeserver setup code into a 2015-02-11 11:37:30 +00:00
test_events.py Fix mock import in tests. 2015-12-06 20:50:11 +00:00
test_presence.py Factor out some of the common homeserver setup code into a 2015-02-11 11:37:30 +00:00
test_profile.py Factor out some of the common homeserver setup code into a 2015-02-11 11:37:30 +00:00
test_redaction.py Remove more unused parameters 2015-11-02 15:31:57 +00:00
test_registration.py Stop looking up "admin", which we never read 2015-08-25 16:29:39 +01:00
test_room.py Return world_readable and guest_can_join in /publicRooms 2015-11-10 17:10:27 +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 Remove more unused parameters 2015-11-02 15:31:57 +00:00