]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151678: Add tests for tkinter.scrolledtext (GH-151753) (GH-151760)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jun 2026 06:17:18 +0000 (08:17 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 06:17:18 +0000 (09:17 +0300)
commit2f97fdb9740b7d6e82f4e4279500ed8446b699b6
treebefa72257d99cedb3b7fae526876c04c0f094862
parent4330f46759c6e867c66c6b99a35093cf11cb8095
[3.14] gh-151678: Add tests for tkinter.scrolledtext (GH-151753) (GH-151760)

Add a test for the ScrolledText widget, which had no tests: that it is
a Text widget held in a Frame with a Scrollbar, that Text methods work,
that the geometry manager methods are redirected to the frame while
configure is not, and that the scrollbar tracks the text view.
(cherry picked from commit a9db5cb52fefffc8fcdddc8e1c5f23222970825a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_tkinter/test_scrolledtext.py [new file with mode: 0644]