Commit 9f5a2a2a authored by Dr.李's avatar Dr.李

fixed test suite bug

parent 7cb29a5c
......@@ -8,7 +8,11 @@ Created on 2017-4-25
import os
SKIP_ENGINE_TESTS = True
DATA_ENGINE_URI = os.environ['DB_URI']
if not SKIP_ENGINE_TESTS:
DATA_ENGINE_URI = os.environ['DB_URI']
else:
DATA_ENGINE_URI = None
if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment