-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
FileTestCase
in test_lzma
can be improved
#131219
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
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 14, 2025
sobolevn
added a commit
that referenced
this issue
Mar 14, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 14, 2025
…ts (pythonGH-131220) (cherry picked from commit f6c24a5) Co-authored-by: sobolevn <[email protected]>
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 14, 2025
…e asserts (pythonGH-131220) (cherry picked from commit f6c24a5) Co-authored-by: sobolevn <[email protected]>
sobolevn
added a commit
that referenced
this issue
Mar 14, 2025
…rts (GH-131220) (#131237) Co-authored-by: sobolevn <[email protected]>
mikec9
pushed a commit
to mikec9/cpython
that referenced
this issue
Mar 14, 2025
…e asserts (pythonGH-131220) (python#131237) Co-authored-by: sobolevn <[email protected]>
plashchynski
pushed a commit
to plashchynski/cpython
that referenced
this issue
Mar 17, 2025
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several tests that do not assert anything:
cpython/Lib/test/test_lzma.py
Lines 539 to 547 in 9649278
cpython/Lib/test/test_lzma.py
Lines 574 to 594 in 9649278
I propose to assert the context manager type and the mode.
I have a PR ready.
Linked PRs
test_lzma.py
by adding more asserts #131220test_lzma.py
by adding more asserts (GH-131220) #131231test_lzma.py
by adding more asserts (GH-131220) #131237The text was updated successfully, but these errors were encountered: