summary refs log tree commit diff
path: root/tests/storage/test_base.py
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2015-02-11 11:46:08 +0000
committerMark Haines <mjark@negativecurvature.net>2015-02-11 11:46:08 +0000
commitf42e29cf956c00be618fa4601441d62848c1270c (patch)
treedf5ce8afb4c2972408c758e0ace795046ba170a6 /tests/storage/test_base.py
parentFix bug where variable was not always defined (diff)
parentFactor out some of the common homeserver setup code into a (diff)
downloadsynapse-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.py1
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