]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jun 2026 23:10:07 +0000 (01:10 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 23:10:07 +0000 (23:10 +0000)
commit4330f46759c6e867c66c6b99a35093cf11cb8095
treee20de4ddef8d170194e761f70c052df705813ea6
parentc9ff76fec43830faa3f6f3612e1105095a372250
[3.14] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751) (GH-151755)

* 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.
(cherry picked from commit 66cc04855100c3865bd01adfe92a3a02dbc3a914)

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_font.py
Lib/test/test_tkinter/test_images.py
Lib/test/test_tkinter/test_misc.py
Lib/test/test_tkinter/test_variables.py