aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/appconfig_static_plugin.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.
* Simple "staticstuff" plugin for writing unit tests on plugin static asset ↵Christopher Allan Webber2013-05-231-0/+26
linking. It doesn't do much... it just has a static directory with a "bunnify" CSS file and has a unit test that returns a json encoded set of a staticdirect with both this plugin enabled and also with (theoretically) a file distributed with MediaGoblin (it isn't really, but in our case that doesn't matter.) Also set up the static_setup hook / PluginStatic object for this plugin; testing that with `./bin/gmg theme assetlink` seemed to work. (And argh, need to update that command name, I know.) This commit sponsored by Bradley Kuhn. Thanks bkuhn!