pyside / Examples

ATTENTION: This project is deprecated, please refer to PySide2
https://wiki.qt.io/PySide2
362 stars 214 forks source link

pytest for examples/dialog/findfiles.py #7

Closed nicoddemus closed 11 years ago

nicoddemus commented 11 years ago

This uses pytest (with pytest-qt plugin) that tests basic functionality of examples/dialog/findfiles.py.

I'm using examples from this package to write examples on how to use pytest-qt to test PySide applications, but I thought I could contribute it to the original repository if you guys are interested.