aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_celery_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* And fix the in-celeryd import.Elrond2012-03-211-1/+1
| | | | So that celeryd also loads the task.
* Adjust unit tests to match new celery/kombu sqlalchemy setupChristopher Allan Webber2012-02-261-34/+9
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Fixes after merging video into master - part 2Joar Wandborg2011-11-211-2/+2
| | | | | | - Added handling of InvalidFileType to submit.views - Updated test_celery_setup and test_submission tests to reflect the changes to the media procesing infrastructure
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Move config.py to init/Elrond2011-07-021-1/+1
| | | | | | | Some simple changes needed to do that. The interesting question left: Should config_spec.ini also be moved?
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-1/+1
| | | | | | As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
* Actually we need pkg_resources again in test_celery_setup :)Christopher Allan Webber2011-06-191-0/+2
| | | | | This got removed in master at the same time that it got used in the configobj branch...
* Merge branch 'configobj'Christopher Allan Webber2011-06-191-17/+17
|\
| * Preparing celery unit tests for new setup.Christopher Allan Webber2011-06-181-17/+17
| | | | | | | | | | Instead of the previous passing in of dictionaries, we're actually checking some example config files.
* | Removing unused pkg_resources import from test_celery_setupChristopher Allan Webber2011-06-181-2/+0
|/
* Force imports of stuff like mediagoblin.process_media which has tasks we needChristopher Allan Webber2011-05-031-2/+2
|
* Second round of tests for setup_celery_from_config(), with some database ↵Christopher Allan Webber2011-05-011-1/+33
| | | | information
* tests for setup_celery_from_config()Christopher Allan Webber2011-04-301-0/+53