mirror of https://github.com/scrapy/scrapy.git
Changes Implementation: - Check whether Spider exists or is None, and if it's None skip execution of start_requests() with non existing Spider Testing: - Add a test case with invalid url inside test_command_parse Test proves that non-matched Spider does not throw an AttributeError |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bench.py | ||
| check.py | ||
| crawl.py | ||
| edit.py | ||
| fetch.py | ||
| genspider.py | ||
| list.py | ||
| parse.py | ||
| runspider.py | ||
| settings.py | ||
| shell.py | ||
| startproject.py | ||
| version.py | ||
| view.py | ||