]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:38 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 12:25:38 +0000 (13:25 +0100)
commite73216d32b10ffbf9d0ee82e8c646b91f745ed91
tree2cb9e05713085147f724ce3acbb89aa6f74b873a
parent46081fe9b50230530c34b3594da04b279d52f102
[3.11] gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826) (GH-112025)

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