]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119306: Break up _pyrepl tests (#119307)
authorEugene Triguba <eugenetriguba@gmail.com>
Tue, 21 May 2024 16:44:09 +0000 (12:44 -0400)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 16:44:09 +0000 (18:44 +0200)
commitf49df4f486e531ff2666eb22854117c564b3de3d
treec3a86bc6bb26c3edde68c0c05dc108ad2e3523f7
parente03dde5a24d3953e0b16f7cdefdc8b00aa9d9e11
gh-119306: Break up _pyrepl tests (#119307)
Lib/test/test_pyrepl.py [deleted file]
Lib/test/test_pyrepl/__init__.py [new file with mode: 0644]
Lib/test/test_pyrepl/__main__.py [new file with mode: 0644]
Lib/test/test_pyrepl/support.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_input.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_keymap.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_pyrepl.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_reader.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_unix_console.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_unix_eventqueue.py [new file with mode: 0644]
Makefile.pre.in