Metadata-Version: 2.1
Name: pytest-embedded-arduino
Version: 1.1.1
Summary: pytest embedded plugin for Arduino projects
Home-page: https://docs.espressif.com/projects/pytest-embedded/en/latest/
Author: Abdelatif Guettouche
Author-email: abdelatif.guettouche@espressif.com
License: MIT
Description: ### pytest-embedded-arduino
        
        pytest embedded service for Arduino project
        
        Extra Functionalities:
        
        === "`pytest-embedded-serial-esp` activated"
        
            - `app`: Parse Arduino's build directory 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 Arduino's build directory and gather more information.
        
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.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.7
Provides-Extra: serial
