From: Christopher Allan Webber Date: Fri, 25 Mar 2016 00:13:34 +0000 (-0700) Subject: Add comment questioning why run_dbupdate is needed in get_app test utility X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8b7343c611c08793e1e796059e28e0903b5b5174;p=mediagoblin.git Add comment questioning why run_dbupdate is needed in get_app test utility * mediagoblin/tests/tools.py (get_app): Add comment --- 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