Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyQT GUI Testing

Does anyone know of a automated GUI testing package for that works with PyQT besides Squish? Nothing against Squish I am just looking for other packages. It would be cool if there were an open source package. I am doing my testing under Linux.

like image 984
Paul Hildebrandt Avatar asked Oct 23 '09 22:10

Paul Hildebrandt


2 Answers

It looks like PyQT4 includes a QtTest object that can be used for unit testing.

like image 98
Stuart Avatar answered Sep 29 '22 02:09

Stuart


WATSUP has worked for me.

like image 35
sbirch Avatar answered Sep 29 '22 03:09

sbirch