cpython/Lib/test/test_pyrepl
Sam Gross e18abc6a1f
gh-135329: Remove flaky test_repl_eio test (gh-145932)
The test doesn't actually test any pyrepl code (it runs Python with -S)
and has a race condition that causes intermittent timeouts on CI.
2026-03-16 11:08:07 -04:00
..
__init__.py gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL (GH-145159) 2026-03-10 14:58:32 +01:00
__main__.py
support.py gh-133346: Make theming support in _colorize extensible (GH-133347) 2025-05-05 23:45:25 +02:00
test_eventqueue.py gh-135621: Remove dependency on curses from PyREPL (GH-136758) 2025-07-21 11:57:34 +02:00
test_input.py
test_interact.py gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) 2025-10-30 13:00:42 +02:00
test_keymap.py gh-119357: Increase test coverage for keymap in _pyrepl (#119358) 2024-05-22 04:36:01 +02:00
test_pyrepl.py gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) 2026-03-12 16:59:43 +01:00
test_reader.py gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241) 2025-09-15 18:21:41 +02:00
test_terminfo.py gh-135621: Remove dependency on curses from PyREPL (GH-136758) 2025-07-21 11:57:34 +02:00
test_unix_console.py gh-135329: Remove flaky test_repl_eio test (gh-145932) 2026-03-16 11:08:07 -04:00
test_utils.py gh-142349: Implement PEP 810 - Explicit lazy imports (#142351) 2026-02-12 00:15:33 +00:00
test_windows_console.py gh-132888: Fix Windows API error checking in pyrepl.windows_console (#144248) 2026-02-03 13:25:29 +01:00