library for unit-testing Python GUI applications
Project description
guitest is a collection of helpers to test GUI applications written in python. pyGTK support is most mature, and support for other toolkits is in progress. The library allows testing of modal dialogs and recursive mainloop invocations while preventing the windows from being shown during test runs. Arbitrary classes and methods can be overriden or call loggers attached.