Description
Adds pytest tools for testing Qt applications built with PyQt or PySide. It helps developers simulate user interaction, inspect widgets, wait for signals, and test GUI behavior.
GUI tests can be timing-sensitive and may interact with display services. Use isolated test sessions and avoid relying only on sleeps for synchronization.