aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/appconfig_context_modified.ini
Commit message (Collapse)AuthorAgeFilesLines
* Improved test runtime from 352 seconds to 59 seconds by implementing an ↵Emily O'Leary2013-06-251-2/+3
| | | | in-memory sqlite DB and including an option to run migrations on this newly created database by adding a config option called run_migrations to the config_spec and passing it along in app.py to the setup_database function.
* Moving test_user_dev->user_dev in plugin app configs & adding plugin static ↵Christopher Allan Webber2013-05-231-5/+5
| | | | | | | | | | | | | | | | serving The test_user_dev (as opposed to user_dev) was a legacy before we had each application running in its own directory (as they now do in pytest). Move that name to just user_dev... this is more consistent with the rest of our naming and will make writing these config files easier. (If we want to test that changing these still works, that should be a separate unit test with special config files.) Additionally, add plugin static serving to the common test paste config file. This commit sponsored by Juan Jose Marin Martinez. Thank you!
* Ah right, and here's the config we intend to use for these context modified ↵Christopher Allan Webber2013-05-081-0/+26
tests :) This commit sponsored by Xavier Gulliot. Thanks Xavier!