use new in-memory db for testing
authorRodney Ewing <ewing.rj@gmail.com>
Wed, 10 Jul 2013 20:56:32 +0000 (13:56 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 16 Aug 2013 17:28:49 +0000 (10:28 -0700)
mediagoblin/tests/auth_configs/authentication_disabled_appconfig.ini
mediagoblin/tests/auth_configs/openid_appconfig.ini

index a64e9e40d1c776b911c12a2648e0c1bc4735a3ed..07c694422d95df39fd701e13c2c167e8a9f7cec6 100644 (file)
@@ -3,8 +3,8 @@ direct_remote_path = /test_static/
 email_sender_address = "notice@mediagoblin.example.org"
 email_debug_mode = true
 
-# TODO: Switch to using an in-memory database
-sql_engine = "sqlite:///%(here)s/user_dev/mediagoblin.db"
+sql_engine = "sqlite://"
+run_migrations = true
 
 # Celery shouldn't be set up by the application as it's setup via
 # mediagoblin.init.celery.from_celery
index c2bd82fd71424015c69ff6458e05907913cc4442..3433e139ee828df9cf038cf413cf822dfe16578e 100644 (file)
@@ -18,8 +18,8 @@ direct_remote_path = /test_static/
 email_sender_address = "notice@mediagoblin.example.org"
 email_debug_mode = true
 
-# TODO: Switch to using an in-memory database
-sql_engine = "sqlite:///%(here)s/user_dev/mediagoblin.db"
+sql_engine = "sqlite://"
+run_migrations = true
 
 # Celery shouldn't be set up by the application as it's setup via
 # mediagoblin.init.celery.from_celery