Hello,

I've been trying to find some clear examples of what's considered the best
way to write unit tests for applications and widgets written using PySide
(or PyQt).  So far I've only really found references to QTest (while having
a set of functions that simulate user input will be handy, it's only a small
part of the whole picture), and a couple random source files from random
projects that may or may not be well thought out.

Is there some documentation out there that I'm missing?  How does everyone
else unittest the UI of their projects?  Subcomponents of that UI?

At this point, I'm considering writing mini test-only apps that contain a
single custom widget (like a tree view populated from a specific source) and
trying to write tests that exercise that mini app, but I have no idea if
that's sane or not.

Thanks for any help,
Eli
_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to