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

John McGehee python at voom.net
Thu Aug 4 01:50:50 BST 2011


> 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
> > PyQt.  This is done the simple, direct way--there is nothing to buy
> > or
> > install.
> > 
> > -----
> 
> Hey john
> 
> Many thanks, but the kilnhg link is private. I got the log in page
> when trying
> to check out the source code.
> 
> Mike
> --
> QOTD:
> 	Y'know how s'm people treat th'r body like a TEMPLE?
> 	Well, I treat mine like 'n AMUSEMENT PARK...  S'great...
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 
Ah.  The "hg clone" command URL was incorrect.  I corrected it in the article, and here it is for your edification:

  hg clone https://voom.kilnhg.com/Repo/Make-Stuff-Happen/Group/PyQtTestExample

John McGehee
http://www.voom.net



More information about the PyQt mailing list