summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/pty_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-108303: Move all doctest related files and tests to ↵Nikita Sobolev2024-01-181-0/+20
| | | | | `Lib/test/test_doctest/` (#112109) Co-authored-by: Brett Cannon <brett@python.org>
* gh-110944: Move pty helper to test.support and add basic pdb completion test ↵Tian Gao2023-11-131-0/+60
(GH-111826)