-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
The tty module is not tested #110388
Copy link
Copy link
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dir
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dir
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