-
Notifications
You must be signed in to change notification settings - Fork 484
fix: assume current year for formats without it #1288
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1288 +/- ##
==========================================
+ Coverage 96.58% 96.60% +0.02%
==========================================
Files 235 235
Lines 2866 2886 +20
==========================================
+ Hits 2768 2788 +20
Misses 98 98 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Seems like you need a minor change for Python 3.10 support in tests. |
|
|
||
| @parameterized.expand( | ||
| [ | ||
| param(date_string="oct 14", fmt=r"%m %d"), |
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.
Maybe adding more cases here? Like "14-October-2025" which also triggers the warning on my side; and at least the original test case from the issue: "2024-11-27"?
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.
Done. I added them to the parser tests
|
Fixed compat issues with python 3.9/3.10 and added some additional tests |
|
Works for me, thanks @NTFSvolume 🥂 |
|
Thanks! |
Uh oh!
There was an error while loading. Please reload this page.