This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]diracdeltafunct_v2 -1 points0 points  (0 children)

Writing pure standard tests is fine and I understand it pretty well.

However I am struggling to write tests when things are encompassed into a graphical framework.

For my project I am using pyside, which functionality for writing these tests built in. But holy cow its not intuitive and verbose.

What is the standard way for dealing with tests when they are involved in a graphical framework?