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
The tty module is not tested #110388
Comments
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 5, 2023
ambv
pushed a commit
that referenced
this issue
Oct 10, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 10, 2023
(cherry picked from commit 7f702b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 10, 2023
(cherry picked from commit 7f702b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This was referenced Oct 10, 2023
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 10, 2023
(cherry picked from commit 7f702b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 10, 2023
(cherry picked from commit 7f702b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
ambv
pushed a commit
that referenced
this issue
Oct 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


It only contains 4 functions (2 before 3.12).
tty.setcbreak()is only used inpydoc(and this case seems is not tested),tty.setraw()is only used inptyand tests mock it. So, thettymodule is not tested, neither directly, nor indirectly.Linked PRs
The text was updated successfully, but these errors were encountered: