cpython/Lib/test/test_pyrepl
Miss Islington (bot) 2a00d94fb2
[3.13] gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (GH-147973) (#148006)
gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (GH-147973)
(cherry picked from commit 97babb8ef7)

Co-authored-by: Victor Stinner <vstinner@python.org>
2026-04-03 12:35:26 +00:00
..
__init__.py [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850) 2024-05-31 17:18:28 +02:00
__main__.py
support.py [3.13] gh-131507: Clean up tests and type checking for _pyrepl (GH-131509) (GH-131546) 2025-03-21 17:25:45 +01:00
test_eventqueue.py [3.13] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) (gh-133468) 2025-05-05 23:08:09 +02:00
test_input.py
test_interact.py [3.13] gh-117174: Adapt test_multiple_statements_fail_early to new REPL behavior (follow-up gh-131065) (GH-131836) (#131841) 2025-03-28 16:51:04 +00:00
test_keymap.py [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#119414) 2024-05-22 23:13:01 +02:00
test_pyrepl.py [3.13] gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (GH-147973) (#148006) 2026-04-03 12:35:26 +00:00
test_reader.py [3.13] gh-131507: Clean up tests and type checking for _pyrepl (GH-131509) (GH-131546) 2025-03-21 17:25:45 +01:00
test_unix_console.py [3.13] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146029) 2026-03-16 16:11:56 +00:00
test_utils.py [3.13] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-141166) 2025-11-07 13:51:03 +01:00
test_windows_console.py [3.13] gh-139262: Prevent swallowing REPL input on Windows (GH-139263) (GH-143363) 2026-01-02 16:44:01 +01:00