aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_celery_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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