aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_celery_setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_celery_setup errorvijeth-aradhya2017-06-171-2/+3
* Fix tests to reflect that we've moved to amqpBoris Bobrov2017-06-101-4/+1
* Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-1/+2
* Switch deprecated BROKER_HOST to new BROKER_URLSebastian Spaeth2013-08-191-1/+1
* New notificationsJoar Wandborg2013-06-091-1/+1
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-5/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+5
* 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