diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-02-11 11:46:08 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-02-11 11:46:08 +0000 |
commit | f42e29cf956c00be618fa4601441d62848c1270c (patch) | |
tree | df5ce8afb4c2972408c758e0ace795046ba170a6 /tests/storage/test_base.py | |
parent | Fix bug where variable was not always defined (diff) | |
parent | Factor out some of the common homeserver setup code into a (diff) | |
download | synapse-f42e29cf956c00be618fa4601441d62848c1270c.tar.xz |
Merge pull request #63 from matrix-org/homeserver_test_setup
Factor out some of the common homeserver setup code
Diffstat (limited to 'tests/storage/test_base.py')
-rw-r--r-- | tests/storage/test_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storage/test_base.py b/tests/storage/test_base.py index a6f1d6a333..a0a24ce096 100644 --- a/tests/storage/test_base.py +++ b/tests/storage/test_base.py @@ -22,6 +22,7 @@ from mock import Mock, call from collections import OrderedDict from synapse.server import HomeServer + from synapse.storage._base import SQLBaseStore |