"Wayne Werner" wrote
I'm trying my hand at test driven development via the unittest
module. Since
my program is using Tkinter, my thought is that I need to create the
main
window. The only problem is that when I launch the main loop,
further lines
of code aren't executed.
Thats a feature
I'm sure there's an incredibly simple way to do this, but at the moment it
eludes me.
I'm trying my hand at test driven development via the unittest module. Since
my program is using Tkinter, my thought is that I need to create the main
window. The only problem is that when I launch the main loop,