]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:12:25 +0000 (01:12 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 23:12:25 +0000 (23:12 +0000)
commita30acf2495e37c666bb7b3893c5da6ab7363a5e7
tree6c1c757dda635a6b280e497c5aa1b9de44be1ee4
parentba0cae13cea9a42158818977dba605a0d66e55bc
[3.15] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751) (GH-151754)

* 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