Metadata-Version: 2.1
Name: pytest-embedded-idf
Version: 0.5.0rc0
Summary: pytest embedded plugin for esp-idf project
Home-page: https://docs.espressif.com/projects/pytest-embedded/en/latest/
Author: Fu Hanxi
Author-email: fuhanxi@espressif.com
License: MIT
Description: ### pytest-embedded-idf
        
        pytest embedded service for esp-idf project
        
        Extra Functionalities:
        
        === "`pytest-embedded-serial-esp` activated"
        
            - `app`: parse the built binary by idf rules and gather more information.
            - `serial`: auto flash the built binary into the target board at the beginning when running test cases.
        
        === "`pytest-embedded-serial-esp` NOT activated"
        
            - `app`: parse the built binary by idf rules and gather more information.
        
        Used CLI Options:
        
        - `part-tool`
        
Platform: UNKNOWN
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Provides-Extra: serial
