Post #2403908
2026-05-08 19:58 UTC
I've been spending a lot of time this past week learning how to write unit tests for #Python #TkInter GUI apps, something I've been wanting for quite a long time. I couldn't find much information online about how to test a TkInter GUI, so I wrote up what I learned (part 1).
https://shallowsky.com/blog/programming/tkinter-unittest.html
#testing
Replies (1)
-
@IOUnix@fosstodon.org 2026-05-08 20:06
@akkana@fosstodon.org Have you at all played with Custom Tkinter GUI?