]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110944: Move pty helper to test.support and add basic pdb completion test (GH...
authorTian Gao <gaogaotiantian@hotmail.com>
Mon, 13 Nov 2023 10:23:06 +0000 (02:23 -0800)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 10:23:06 +0000 (11:23 +0100)
commit1c7ed7e9ebc53290c831d7b610219fa737153a1b
tree912f2b77babd33b92e3f52c70a656ccbf1bceb9f
parentc61de456db0186b65d479d41e84127832205d30d
gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826)
Lib/test/support/pty_helper.py [new file with mode: 0644]
Lib/test/test_pdb.py
Lib/test/test_readline.py