]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Add more tkinter.Canvas tests (GH-98475) (#98477)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Oct 2022 10:10:41 +0000 (03:10 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 10:10:41 +0000 (12:10 +0200)
commit97106d3136b067a26434d6f88a7b0c8b65576c1f
tree4891a6f0ac8a1c98e3934eb7a2e4481688d7478a
parente77af8211008aae2b5b529a04edb28a11ace2ef8
[3.10] Add more tkinter.Canvas tests (GH-98475) (#98477)

Add more tkinter.Canvas tests (GH-98475)

It is a prerequisite for GH-94473. Add tests for the coords() method and
for creation of some Canvas items.
(cherry picked from commit ff173ed2f6b07f38ec18f854daba6451bf1a9000)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/tkinter/test/test_tkinter/test_widgets.py