Moving test_user_dev->user_dev in plugin app configs & adding plugin static serving
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 22 May 2013 17:23:06 +0000 (12:23 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 23 May 2013 18:33:07 +0000 (13:33 -0500)
commit491029bc364baef9dc0e05832985f3492a7aff77
tree8382634c0e271b5a4d82e315eeea7f1f9503dcbc
parent505b4b39b8ca7b273294e5d42d278dd1b89960ea
Moving test_user_dev->user_dev in plugin app configs & adding plugin static 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!
mediagoblin/tests/__init__.py
mediagoblin/tests/appconfig_context_modified.ini
mediagoblin/tests/test_mgoblin_app.ini
mediagoblin/tests/test_paste.ini
mediagoblin/tests/tools.py