summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_msvcrt.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (#123775)algonell2024-09-091-1/+1
|
* gh-110147: test_msvcrt: run console I/O tests in new processes (#110268)AN Long2023-10-051-19/+30
|
* 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>