]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more tkinter.Canvas tests (GH-98475)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Oct 2022 11:04:45 +0000 (04:04 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 11:04:45 +0000 (04:04 -0700)
commit05111d0a645c064390bfb65234fc395e380bb179
tree481f05588d142d45a84da6f504d77acf81463397
parente2af980e19794adb36647396c74a7e5aa96ba90e
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>
Lib/tkinter/test/test_tkinter/test_widgets.py