-
Notifications
You must be signed in to change notification settings - Fork 101
Adding use of ItemAdapter to prevent assumptions of item nature #358
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
Adding use of ItemAdapter to prevent assumptions of item nature #358
Conversation
d1c7150 to
82b8a5c
Compare
Codecov ReportBase: 74.28% // Head: 74.62% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #358 +/- ##
==========================================
+ Coverage 74.28% 74.62% +0.34%
==========================================
Files 73 73
Lines 3126 3113 -13
Branches 487 366 -121
==========================================
+ Hits 2322 2323 +1
+ Misses 737 725 -12
+ Partials 67 65 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
hey! Would it be possible to add tests for it? |
|
It's still a work in progress haha, of course there'll be tests. We can hold off on the reviews until its ready. |
Gallaecio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I would however add itemadapter as a dependency now. Things will work either way because of the dependency with Scrapy, but it makes things more future-proof (e.g. in the unlikely case that Scrapy drops itemadapter as a dependency).
@further-reading Could you please fix the missing dependency in setup.py ? |
|
@further-reading Unless you plan on further changes, e.g. #358 (comment), we can merge as far as I am concerned. |
|
@Gallaecio apologies I missed that one. Should be sorted out now |
|
Thank you! |
#353