scrapy/scrapy/tests/test_cmdline
Daniel Graña 5eb429999e Fix start_requests lazyness and early hangs
- Removes new public methods added by #330 to Crawler and CrawlerProcess
- Add test for start_requests lazy evaluation
- Fix and test hangs when start_requests erroed before returning the generator
- Add test when start_requests fails while generating requests
- Simplify Crawler and CrawlerProcess implementation taking in count
  that only one spider can be attached per Crawler. As required by SEP-019
- "scrapy settings" command do not require starting a Crawler anymore
2013-10-09 22:58:10 -02:00
..
__init__.py Fix start_requests lazyness and early hangs 2013-10-09 22:58:10 -02:00
extensions.py removed another instance of scrapy.conf singleton, this time from test_cmdline 2012-09-11 16:37:55 -03:00
settings.py Some additional improvements to scrapy.command.cmdline logic: 2009-08-31 18:53:55 -03:00