-
-
Notifications
You must be signed in to change notification settings - Fork 561
Update Uzbekistan holidays: add 2024-2025 exact dates #2679
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
Conversation
Summary by CodeRabbit
WalkthroughUzbekistan holiday data and tests were updated. New and corrected dates for Islamic holidays and special public holidays were added for 2024 and 2025. Documentation and comments were refined. Tests now cover more holiday scenarios, including substituted and working days, and validate holiday names and observance logic. Changes
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)tests/countries/test_uzbekistan.py (3)🧬 Code Graph Analysis (1)tests/countries/test_uzbekistan.py (2)
🪛 Pylint (3.3.7)holidays/countries/uzbekistan.py[refactor] 163-163: Too few public methods (0/2) (R0903) tests/countries/test_uzbekistan.py[convention] 19-19: Missing class docstring (C0115) [warning] 21-21: Number of parameters was 4 in 'TestCase.setUpClass' and is now 1 in overriding 'TestUzbekistan.setUpClass' method (W0221) [convention] 26-26: Missing function or method docstring (C0116) [convention] 29-29: Missing function or method docstring (C0116) [convention] 32-32: Missing function or method docstring (C0116) [convention] 62-62: Missing function or method docstring (C0116) [convention] 93-93: Missing function or method docstring (C0116) [refactor] 19-19: Too many public methods (22/20) (R0904) [convention] 169-169: Missing function or method docstring (C0116) [convention] 211-211: Missing function or method docstring (C0116) ⏰ Context from checks skipped due to timeout of 300000ms (5)
🔇 Additional comments (13)
✨ Finishing Touches
🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2679 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 251 251
Lines 15286 15286
Branches 2095 2095
=========================================
Hits 15286 15286 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM
Proposed change
Update Uzbekistan holidays.
Type of change
holidaysfunctionality in general)Checklist
make check, all checks and tests are green