]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for tkinter.Text (GH-151681)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 08:38:02 +0000 (11:38 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 08:38:02 +0000 (11:38 +0300)
commit4ac809e10bdb413d7dd8c7bab7e365b2b618ad91
tree7c28d27a73b611d9d10f1ada4a1fc64ab5a7d9f0
parentda69fcf98de500b1e10bdce41a05c904e345d89f
gh-151678: Add tests for tkinter.Text (GH-151681)

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.

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