-
Notifications
You must be signed in to change notification settings - Fork 78
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 Fenix locale handling (#665) #671
Conversation
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.
Thank you @piri-p for the PR! The change looks fine to me and also works as expected. But to not have to manually run the check for each PR/release would you mind to also add an automated test for all kind of scrapers at least for Fenix? For applications like Firefox and Thunderbird we should already have such tests but maybe you can cross-check as well.
Let me know if you have trouble in running the tests and I can help. Thanks again for working on this PR!
Thanks for your feedback @whimboo ! I have updated the code and add test cases. |
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.
Thank you for adding the tests! I've basically only a nit that needs to be addressed before we can merge this PR. Please see my inline comment.
I have removed all except one test case for each scraper :) @whimboo |
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.
Fantastic! Also all the new tests are passing as expected. Thanks a lot for your work on this PR!
Fix #665 - Add Fenix locale handling @whimboo