Skip to content
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

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

cjwatson
Copy link
Contributor

@cjwatson cjwatson commented Feb 6, 2025

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

  • New country/market holidays support (thank you!)
  • Supported country/market holidays update (calendar discrepancy fix, localization)
  • Existing code/documentation/test/process quality improvement (best practice, cleanup, refactoring, optimization)
  • Dependency update (version deprecation/pin/upgrade)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (a code change causing existing functionality to break)
  • New feature (new holidays functionality in general)

Checklist

  • I've followed the [contributing guidelines][contributing-guidelines]
  • I've successfully run make check, all checks and tests are green

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.
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3e9c8f0) to head (7e4e13c).
Report is 1 commits behind head on dev.

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.
📢 Have feedback on the report? Share it here.

KJhellico
KJhellico previously approved these changes Feb 6, 2025
Copy link
Collaborator

@KJhellico KJhellico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@arkid15r arkid15r left a 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

@arkid15r arkid15r enabled auto-merge February 6, 2025 17:35
Copy link

sonarqubecloud bot commented Feb 6, 2025

@arkid15r arkid15r added this pull request to the merge queue Feb 6, 2025
Merged via the queue into vacanza:dev with commit d6a18d4 Feb 6, 2025
32 checks passed
@cjwatson cjwatson deleted the test-localized-mo branch February 6, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants