]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110944: Move pty helper to test.support and add basic pdb completion test...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Nov 2023 12:25:19 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 12:25:19 +0000 (13:25 +0100)
commitc003de946793fe2f4e168ba231ea4ee9e88cc3fe
tree4f8203f488beee20cd0e32bb7c4c4bd1fb13ae41
parent18b88fecc9ddae7924a161c247c977412f177a51
[3.12] gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826) (GH-112024)

gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826)
(cherry picked from commit 1c7ed7e9ebc53290c831d7b610219fa737153a1b)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/test/support/pty_helper.py [new file with mode: 0644]
Lib/test/test_pdb.py
Lib/test/test_readline.py