]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 22:45:47 +0000 (01:45 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 22:45:47 +0000 (22:45 +0000)
commit66cc04855100c3865bd01adfe92a3a02dbc3a914
treebd0196f864b08673e2d7e94bb44bad62f976fee3
parent2e5843e13fcfd768a435d82e6182af403844432c
gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751)

* font: copy(), the config alias, the displayof argument of measure and
  metrics, and the errors raised for invalid options and a wrong number
  of arguments;
* image: the cget method and the config alias, and the errors raised by
  transparency_get and transparency_set;
* variable: that initialize is an alias of set and the deprecated trace
  is an alias of trace_variable;
* Misc: tk_focusNext, tk_focusPrev, tk_strictMotif, tk_bisque and
  option_readfile;
* Wm: wm_iconphoto.

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