gh-151335: Add test for string with digits and whitespaces in test_isdigit()#151334
gh-151335: Add test for string with digits and whitespaces in test_isdigit()#151334manoj-marimuthu wants to merge 1 commit into
Conversation
StanFromIreland
left a comment
There was a problem hiding this comment.
This adds no new coverage, there is nothing special about whitespace:
cpython/Objects/unicodeobject.c
Lines 12054 to 12057 in 8c0e251
I see you have submitted several such PRs that add a single assert, I suggest you try fixing one of the open issues instead.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
The following PR adds a test case for test_isdigit() in
Lib/test/string_tests.pyto test strings with only digits and whitespaces.