Metadata-Version: 2.1
Name: pytest-embedded-idf
Version: 0.3.2
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 plugin for esp-idf project
        
        ### Fixtures With More Functionalities
        
        === "`pytest-embedded-serial-esp` activated"
        
            - `app`: `IdfApp` instance, would parse the built binary by idf rules and gather more information.
            - `serial`: `IdfSerial` instance, would flash the built binary into the target board at first.
        
        === "`pytest-embedded-serial-esp` NOT activated"
        
            - `app`: `IdfApp` instance, would parse the built binary by idf rules and gather more information.
        
        ### CLI Options
        
        - `part-tool`: Partition tool path, used for parsing partition table
        
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 :: Only
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Provides-Extra: serial
