]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for tkinter.scrolledtext (GH-151753)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 23:39:34 +0000 (02:39 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 23:39:34 +0000 (23:39 +0000)
commita9db5cb52fefffc8fcdddc8e1c5f23222970825a
tree9797b97b12683e46a02c272f1097aa66505adf8c
parent66cc04855100c3865bd01adfe92a3a02dbc3a914
gh-151678: Add tests for tkinter.scrolledtext (GH-151753)

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.

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