Metadata-Version: 2.1
Name: pytest-embedded-arduino
Version: 1.3.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
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 5 - Production/Stable
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.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: serial

### pytest-embedded-arduino

pytest embedded service for Arduino project

Extra Functionalities:

```{eval-rst}
.. tabs::

   .. group-tab:: `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.

   .. group-tab:: `pytest-embedded-serial-esp` NOT activated

        - `app`: Parse Arduino's build directory and gather more information.
```
