Metadata-Version: 1.2
Name: pytest-qml
Version: 0.3.0
Summary: Run QML Tests with pytest
Home-page: https://github.com/jgirardet/pytest-qml
Author: Jimmy Girardet
Author-email: ijkl@netc.fr
Maintainer: Jimmy Girardet
Maintainer-email: ijkl@netc.fr
License: GNU GPL v3.0
Description: # pytest-qml
        
        ![build](https://github.com/jgirardet/pytest-qml/workflows/build/badge.svg?branch=master)
        ![pypi](https://img.shields.io/pypi/v/pytest-qml.svg)
        ![downloads](https://static.pepy.tech/badge/pytest-qml)
        
        ## Run QML Tests with PyTest
        
        This pytest plugin allows you to run qml tests via pytest 
        instead of the C++/QtQuick test runner. It supports both PySide2 and PyQt5 >= 5.14.2 .
        
        ![test_result](docs/test_result.png)
        
        For installation, usage, contributing, please read the doc  [https://jgirardet.github.io/pytest-qml/](https://jgirardet.github.io/pytest-qml/)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
