aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_celery_setup.py
Commit message (Expand)AuthorAgeFilesLines
* And fix the in-celeryd import.Elrond2012-03-211-1/+1
* 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
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Move config.py to init/Elrond2011-07-021-1/+1
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-1/+1
* Actually we need pkg_resources again in test_celery_setup :)Christopher Allan Webber2011-06-191-0/+2
* Merge branch 'configobj'Christopher Allan Webber2011-06-191-17/+17
|\
| * Preparing celery unit tests for new setup.Christopher Allan Webber2011-06-181-17/+17
* | 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 info...Christopher Allan Webber2011-05-011-1/+33
* tests for setup_celery_from_config()Christopher Allan Webber2011-04-301-0/+53