-
Notifications
You must be signed in to change notification settings - Fork 7
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 gtin_processor. #70
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 8 8
Lines 1318 1341 +23
=====================================
- Misses 1318 1341 +23
|
([], None), | ||
("foo", None), | ||
(Selector(text="<html></html>"), None), | ||
(SelectorList([]), None), |
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.
One last thing: could you please add a test for the case SelectorList matches several gtins?
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.
+1 to merge (feel free to do it) after addressing the remaining comment 👍
This also needs a processor for the ProductVariant extractors added in #69.