Does PyQt has support for QTest macros like QVERIFY and more importantly QTRY_VERIFY etc
I've looked around but couldn't find it but maybe I'm overlooking something
If not, what is the best way to support this functionality? I'd rather not use qtbot
since we are using both Python and C++ and I prefer to use the same testing framework on both code bases.