summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_msvcrt.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-108996: fix and enable test_msvcrt (#109226)AN Long2023-09-221-17/+13
| | | | | | * Add _testconsole.flush_console_input_buffer() function. * test_kbhit(), test_getwch() and test_getwche() now call flush_console_input_buffer(). * Don't override sys.stdin anymore (not needed).
* gh-108996: Skip broken test_msvcrt for now (#109169)Victor Stinner2023-09-081-0/+2
|
* gh-108996: add tests for msvcrt (#109004)AN Long2023-09-081-0/+111
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Steve Dower <steve.dower@microsoft.com>