Refactor tests: long holiday names representation cleanup#3134
Refactor tests: long holiday names representation cleanup#3134KJhellico merged 1 commit intovacanza:devfrom
Conversation
Summary by CodeRabbitRelease Notes
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughTest expectations across multiple country-specific holiday test files are converted from multi-part string tuples to single concatenated strings. All changes are formatting-only, preserving holiday names and dates without altering test logic or assertions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (9)
🧰 Additional context used🧠 Learnings (36)📓 Common learnings📚 Learning: 2025-09-20T12:21:50.877ZApplied to files:
📚 Learning: 2025-11-08T05:36:32.788ZApplied to files:
📚 Learning: 2025-11-08T05:09:56.159ZApplied to files:
📚 Learning: 2025-08-28T02:34:11.657ZApplied to files:
📚 Learning: 2025-06-25T10:36:39.909ZApplied to files:
📚 Learning: 2025-07-24T15:21:31.632ZApplied to files:
📚 Learning: 2025-04-02T18:38:35.164ZApplied to files:
📚 Learning: 2025-07-02T18:21:59.302ZApplied to files:
📚 Learning: 2025-09-28T05:42:12.777ZApplied to files:
📚 Learning: 2025-09-17T15:16:16.192ZApplied to files:
📚 Learning: 2025-08-08T14:37:03.045ZApplied to files:
📚 Learning: 2025-09-14T17:17:14.387ZApplied to files:
📚 Learning: 2025-09-18T03:19:23.722ZApplied to files:
📚 Learning: 2025-05-06T21:07:11.577ZApplied to files:
📚 Learning: 2025-11-27T13:47:31.850ZApplied to files:
📚 Learning: 2025-06-16T15:48:48.680ZApplied to files:
📚 Learning: 2025-09-04T08:54:35.319ZApplied to files:
📚 Learning: 2025-03-19T16:53:00.375ZApplied to files:
📚 Learning: 2025-07-10T03:36:16.461ZApplied to files:
📚 Learning: 2025-03-29T15:15:05.919ZApplied to files:
📚 Learning: 2025-04-05T04:47:27.213ZApplied to files:
📚 Learning: 2025-06-15T11:52:39.572ZApplied to files:
📚 Learning: 2025-04-05T06:49:06.217ZApplied to files:
📚 Learning: 2025-11-28T02:24:17.418ZApplied to files:
📚 Learning: 2025-08-15T19:16:14.119ZApplied to files:
📚 Learning: 2025-08-26T09:43:38.329ZApplied to files:
📚 Learning: 2025-08-21T04:56:03.780ZApplied to files:
📚 Learning: 2025-09-25T10:05:04.107ZApplied to files:
📚 Learning: 2025-09-17T15:15:24.269ZApplied to files:
📚 Learning: 2025-08-21T05:08:05.177ZApplied to files:
📚 Learning: 2025-11-27T13:48:37.538ZApplied to files:
📚 Learning: 2025-09-14T16:03:13.558ZApplied to files:
📚 Learning: 2025-03-06T12:36:48.071ZApplied to files:
📚 Learning: 2025-04-23T09:22:41.753ZApplied to files:
📚 Learning: 2025-03-19T16:54:58.657ZApplied to files:
🪛 Ruff (0.14.8)tests/countries/test_belarus.py408-408: String contains ambiguous (RUF001) 408-408: String contains ambiguous (RUF001) 408-408: String contains ambiguous (RUF001) 408-408: String contains ambiguous (RUF001) 408-408: String contains ambiguous (RUF001) 408-408: String contains ambiguous (RUF001) 471-471: String contains ambiguous (RUF001) 471-471: String contains ambiguous (RUF001) 471-471: String contains ambiguous (RUF001) 471-471: String contains ambiguous (RUF001) 471-471: String contains ambiguous (RUF001) ⏰ Context from checks skipped due to timeout of 300000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (23)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3134 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 306 306
Lines 18167 18167
Branches 2301 2301
=========================================
Hits 18167 18167 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



Proposed change
Refactor tests: long holiday names representation cleanup.
Type of change
holidaysfunctionality in general)Checklist
make checklocally; all checks and tests passed.