Metadata-Version: 2.1
Name: pytest-embedded-arduino
Version: 0.6.0rc0
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
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
Requires-Dist: pytest-embedded
Provides-Extra: serial
Requires-Dist: pytest-embedded-serial-esp ; extra == 'serial'

### 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.


