-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for Scrapy Crawlers #510
Milestone
Comments
can i work on this? |
can i work on this ? |
Yes sure!! |
@Kunal614 any update?? |
@Anmolbansal1 |
@Kunal614 You need set up structure to test scrapy crawlers and ensure that they provide data in proper format and none of the columns are missing. Also integerate them to Travis CI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
There should be a test method to test all scrapy crawlers for -
Current Behavior
Currently there are no tests.
Context
Tests makes the coding process more Agile. When more and more crawlers are added to scrapy project, sometimes structure needs to be changed. However, changing already-tested code is both risky and costly. If we have unit tests in place, then we can proceed for refactoring confidently.
Reference - Scrapy Contracts
The text was updated successfully, but these errors were encountered: