]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151678: Add tests for tkinter.Text (GH-151681) (GH-151705)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 09:08:14 +0000 (12:08 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 09:08:14 +0000 (09:08 +0000)
commit22c000eeb4341f650f2c660b29d49f3f44741392
treedcf19643dd490053ca2fb9690b99306849364b48
parent9906857ea7bc78c34a935b9cf0d19e591dcc3d67
[3.14] gh-151678: Add tests for tkinter.Text (GH-151681) (GH-151705)

Cover previously-untested Text methods (indices, content, marks, tags,
undo/redo, dump, embedded images and windows, peers, and geometry) and
the tag, embedded-image and embedded-window configuration options.
(cherry picked from commit 4ac809e10bdb413d7dd8c7bab7e365b2b618ad91)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_tkinter/test_text.py