Metadata-Version: 1.2
Name: pytest-embedded-jtag
Version: 0.5.0rc0
Summary: pytest embedded plugin for testing with jtag
Home-page: https://docs.espressif.com/projects/pytest-embedded/en/latest/
Author: Fu Hanxi
Author-email: fuhanxi@espressif.com
License: MIT
Description: ### pytest-embedded-jtag
        
        pytest embedded service for openocd/gdb utilities
        
        Extra Functionalities:
        
        - `openocd`: enable the fixture
        - `gdb`: enable the fixture
        - `dut`: redirect the `openocd` output and the `gdb` output to `pexpect_proc` and duplicate them with `logging.info()`.
        
        Used CLI Options:
        
        - `gdb-prog-path`
        - `gdb-cli-args`
        - `openocd-prog-path`
        - `openocd-cli-args`
        
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
