-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Improve test_locale_calendar_formatweekday of calendar #101377
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
Comments
terryjreedy
added a commit
that referenced
this issue
Mar 15, 2023
…101378) --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 15, 2023
…ndar (pythonGH-101378) --------- (cherry picked from commit 5e0865f) Co-authored-by: Andre Hora <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 15, 2023
…ndar (pythonGH-101378) --------- (cherry picked from commit 5e0865f) Co-authored-by: Andre Hora <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
added a commit
that referenced
this issue
Mar 15, 2023
…H-101378) --------- (cherry picked from commit 5e0865f) Co-authored-by: Andre Hora <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
added a commit
that referenced
this issue
Mar 15, 2023
…H-101378) --------- (cherry picked from commit 5e0865f) Co-authored-by: Andre Hora <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
Thank you! :-) |
Fidget-Spinner
pushed a commit
to Fidget-Spinner/cpython
that referenced
this issue
Mar 27, 2023
…ndar (python#101378) --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
…ndar (python#101378) --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that
test_locale_calendar_formatweekday
of calendar misses some important inputs:https://github.com/python/cpython/blob/main/Lib/test/test_calendar.py#L567-L578
Specifically, it does not cover a day under different lengths, ie, several common cases in which 1 <= length <= 10, which can change the weekday formatting.
Linked PRs
The text was updated successfully, but these errors were encountered: