scrapy/scrapyd/tests
Pablo Hoffman fa644f7a5e Some simplifications to Scrapyd architecture and internals:
- launcher no longer knows about egg storage
- removed get_spider_list_from_eggifile() file and replaced by simpler
  get_spider_list() which doesn't receive en egg file as argument
- changed "egg runner" name to just "runner" to reflect the fact that it
  doesn't necesarilly run eggs (though it does in the default case)

--HG--
rename : scrapyd/eggrunner.py => scrapyd/runner.py
2010-12-27 16:22:32 -02:00
..
__init__.py Added tests for Scrapyd components. Closes #237 2010-09-14 01:44:10 -03:00
mybot.egg Make scrapyd.eggutils compatible with Python 2.5 and added tests for get_spider_list_from_eggfile() function (closes #242) 2010-09-19 21:08:27 -03:00
test_eggstorage.py Added tests for Scrapyd components. Closes #237 2010-09-14 01:44:10 -03:00
test_environ.py Some simplifications to Scrapyd architecture and internals: 2010-12-27 16:22:32 -02:00
test_poller.py scrapyd: changed keys used in poller message to _project, _spider, _job, and added link to log file in web ui 2010-11-30 13:03:20 -02:00
test_scheduler.py Refactored Scrapyd code to fix a couple of bugs that ocurred when running projects without eggs 2010-09-22 01:04:15 -03:00
test_utils.py Some simplifications to Scrapyd architecture and internals: 2010-12-27 16:22:32 -02:00