Fixing ALL THE BROKEN TESTS. I probably broke most of them.
[mediagoblin.git] / mediagoblin / tests / appconfig_static_plugin.ini
index dc251171499fb074a7330370b32c3d4e4ff4f698..5ce5c5bd129588ee9c298f44d9db3fbe635c89ec 100644 (file)
@@ -3,8 +3,9 @@ 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"
+#Runs with an in-memory sqlite db for speed.
+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