Nosetests should now be able to run using the new configobj / app init setup
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 01:14:33 +0000 (20:14 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 01:14:33 +0000 (20:14 -0500)
commit623bee73b1632c313e95c828d4a39bea935760d0
tree87f63887dd44a1a01a73af10f4d390bc228c049e
parent908d045939dcbbba9404fdec8f3c1c584189bd76
Nosetests should now be able to run using the new configobj / app init setup

Lots of changes:
 - CELERY_CONFIG_FILE does not need to be set to the from_tests module
   to run tests anymore, in fact it *should not be set at all* and is
   specifically forbidden.
 - moved around the configuration to the new 2-file format
 - and generally adjusting the code appropriately.
mediagoblin/celery_setup/from_tests.py [deleted file]
mediagoblin/tests/test_mgoblin_app.ini [new file with mode: 0644]
mediagoblin/tests/test_server.ini [moved from mediagoblin/tests/mgoblin_test_app.ini with 66% similarity]
mediagoblin/tests/tools.py