-
Notifications
You must be signed in to change notification settings - Fork 8
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 rating_processor. #72
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 8 9 +1
Lines 1342 1395 +53
=====================================
- Misses 1342 1395 +53
|
tests/test_processors.py
Outdated
), | ||
( | ||
Selector(text="<html>3.8 out of 10 (5 reviews)</html>"), | ||
AggregateRating(ratingValue=3.8, reviewCount=5), |
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.
It seems we should have it as xfail test, as bestRating=10 is not extracted
We had some additional ideas for the processor so it will be a draft for now.
Requires zytedata/zyte-parsers#13