Metadata-Version: 2.1
Name: pytest-embedded
Version: 0.3.2
Summary: pytest embedded plugin
Home-page: https://docs.espressif.com/projects/pytest-embedded/en/latest/
Author: Fu Hanxi
Author-email: fuhanxi@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 :: Only
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: pytest (>=6.2.0)
Requires-Dist: pexpect (>=4.4)

## pytest-embedded

Base plugin for all other plugins under this repo.

### Fixtures

- `test_file_path`: current test script file path
- `test_case_name`: current test case function name
- `pexpect_proc`: `PexpectProcess` instance
- `redirect`: `DuplicateStdout` instance
- `app`: `App` instance
- `dut`: `Dut` instance

### CLI Options
- `app_path`: App path


