Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 05:50:50 PM John McGehee wrote: > > On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: > > > I found no resources on this topic, so I wrote my own article, > > > > > > Test PyQt GUIs with QTest and unittest > > > http://www.voom.net/pyqt-qtest-example >

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread John McGehee
> On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: > > I found no resources on this topic, so I wrote my own article, > > > > Test PyQt GUIs with QTest and unittest > > http://www.voom.net/pyqt-qtest-example > > > > I provide a complete example that uses only modules included in

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: > I found no resources on this topic, so I wrote my own article, > > Test PyQt GUIs with QTest and unittest > http://www.voom.net/pyqt-qtest-example > > I provide a complete example that uses only modules included in Python and > P