-
Notifications
You must be signed in to change notification settings - Fork 490
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
Check .mo rather than .po files in TestListLocalizedEntities #2273
Conversation
Now that `.po` files are no longer included in distribution bundles (vacanza#2243), having this test look at `.po` files makes things slightly more difficult for downstream distributors such as Debian, since we run the tests on the equivalent of the built wheel.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2273 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 199 199
Lines 12144 12144
Branches 1731 1731
=========================================
Hits 12144 12144 ☔ View full report in Codecov by Sentry. |
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.
LGTM!
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.
Thanks for fixing that @cjwatson
|
Proposed change
Now that
.po
files are no longer included in distribution bundles (#2243), having this test look at.po
files makes things slightly more difficult for downstream distributors such as Debian, since we run the tests on the equivalent of the built wheel.Type of change
holidays
functionality in general)Checklist
make check
, all checks and tests are green