[TIP] Any good way to test Tkinter apps?

Laura Creighton lac at openend.se
Mon Dec 24 23:49:12 PST 2007


In a message of Mon, 24 Dec 2007 22:42:31 PST, "Brett Cannon" writes:
>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
>
>_______________________________________________
>testing-in-python mailing list
>testing-in-python at lists.idyll.org
>http://lists.idyll.org/listinfo/testing-in-python

You can move to Qt and use this:
http://www.froglogic.com/

warning, I have never actually used it with Mac OS X.

Laura



More information about the testing-in-python mailing list