[PyQt] PyQt5==5.7.1 Missing libQt5QuickTest.so.5

Cody Scott cody at perspexis.com
Mon Feb 12 13:56:50 GMT 2018


You can use qmltestrunner to run QML tests that require Python code.

You need the pyqt5qmlplugin which you can get by building PyQt5 from
source. It is not included in the wheels.

http://pyqt.sourceforge.net/Docs/PyQt5/qml.html#writing-python-plugins-for-qmlscene

Let me know if you run into any issues.


On Mon, Feb 12, 2018 at 4:37 AM, Alexander Rössler <
alexander at roessler.systems> wrote:

> Has anyone found a good testing strategy for the QML part of a PyQt
> application?
>
> It would be wonderful to have pytest wrapper around qmltestrunner.
>
> Thanks,
> Alex
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180212/42db5a97/attachment.html>


More information about the PyQt mailing list