-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Add tests for dis
command-line interface
#127637
Comments
(Removing the interpreter-core label because it will only affect the Lib/test directory and not others) |
iritkatriel
pushed a commit
that referenced
this issue
Dec 9, 2024
picnixz
added a commit
to picnixz/cpython
that referenced
this issue
Dec 10, 2024
picnixz
added a commit
to picnixz/cpython
that referenced
this issue
Dec 10, 2024
picnixz
added a commit
to picnixz/cpython
that referenced
this issue
Dec 10, 2024
picnixz
added a commit
to picnixz/cpython
that referenced
this issue
Dec 10, 2024
iritkatriel
pushed a commit
that referenced
this issue
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
dis
CLI (added in 3.10 or so) is lacking tests. I'll be writing them tomorrow or tonight, depending on when I'm done with my IRL tasks.I think we can backport tests for all command-line options that were introduced in previous versions (up to 3.12) and only write tests for those that were introduced in 3.14 (namely
--show-positions
(#123168) and--specialized
(#127414), and maybe more, but those I've added those two so I know they are 3.14+). To that end, I'll write two separate PRs so to ease backports.cc @iritkatriel
Linked PRs
dis
command-line interface #127759dis
command-line interface (#127759) #127780dis
command-line interface (#127759) #127781The text was updated successfully, but these errors were encountered: