Fixing ALL THE BROKEN TESTS. I probably broke most of them.
[mediagoblin.git] / mediagoblin / tests / appconfig_static_plugin.ini
index 053a77c15fb4de48a19249ffbff7da79d6fe40cf..5ce5c5bd129588ee9c298f44d9db3fbe635c89ec 100644 (file)
@@ -2,10 +2,10 @@
 direct_remote_path = /test_static/
 email_sender_address = "notice@mediagoblin.example.org"
 email_debug_mode = true
-no_auth = 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