I\'d like to implement some unit tests in a Scrapy (screen scraper/web crawler). Since a project is run through the \"scrapy crawl\" command I can run it through something
The newly added Spider Contracts are worth trying. It gives you a simple way to add tests without requiring a lot of code.