[TIP] Any good way to test Tkinter apps?

Brett Cannon brett at python.org
Mon Dec 24 22:42:31 PST 2007


I am trying to be a good developer with my first solo open source app
and write tests for everything.  In this case it means testing a
Tkinter GUI.

But the great Google oracle isn't being helpful in finding anything to
help with this.  Is there a good way to do this beyond manual testing?
 And if there isn't, is there a cross-platform GUI toolkit (that works
on OS X) that does have good testing help?

-Brett



More information about the testing-in-python mailing list