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
Similar to test_pwd in test_grp, more tested for TypeError
#95395
Labels
tests
Tests in the Lib/test dir
Comments
Should I merge this issue into #95376? |
I think it's ok if this remains a separate issue. |
ambv
pushed a commit
that referenced
this issue
Aug 6, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 6, 2022
(cherry picked from commit 4703c15) Co-authored-by: Sion Kang <31057849+Yaminyam@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 6, 2022
(cherry picked from commit 4703c15) Co-authored-by: Sion Kang <31057849+Yaminyam@users.noreply.github.com>
ambv
pushed a commit
that referenced
this issue
Aug 6, 2022
ambv
pushed a commit
that referenced
this issue
Aug 6, 2022
This is now fixed in 3.10 - 3.12. |
iritkatriel
pushed a commit
to iritkatriel/cpython
that referenced
this issue
Aug 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yaminyam commentedJul 28, 2022
As grp and pwd modules behave similarly, I think that what is being tested in pwd should also be tested in grp.
add a test in which a number is entered as an argument to getgrnam() or a non-integer number is entered as an argument to getgrgid().
The text was updated successfully, but these errors were encountered: