From 8b7343c611c08793e1e796059e28e0903b5b5174 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 24 Mar 2016 17:13:34 -0700 Subject: [PATCH] Add comment questioning why run_dbupdate is needed in get_app test utility * mediagoblin/tests/tools.py (get_app): Add comment --- mediagoblin/tests/tools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mediagoblin/tests/tools.py b/mediagoblin/tests/tools.py index 77a9a86c..39b9ac50 100644 --- a/mediagoblin/tests/tools.py +++ b/mediagoblin/tests/tools.py @@ -125,6 +125,8 @@ def get_app(request, paste_config=None, mgoblin_config=None): app_config = global_config['mediagoblin'] # Run database setup/migrations + # @@: The *only* test that doesn't pass if we remove this is in + # test_persona.py... why? run_dbupdate(app_config, global_config) # setup app and return -- 2.25.1