diff --git a/scopes/tests.py b/scopes/tests.py index 88029cb..66ebab8 100644 --- a/scopes/tests.py +++ b/scopes/tests.py @@ -5,10 +5,7 @@ import unittest from scopes.storage import folder, tracking -#import config -class Config(object): pass - -config = Config() +import config config.dbengine = 'postgresql' config.dbname = 'ccotest' config.dbuser = 'ccotest'