Metadata-Version: 2.1
Name: pytest-embedded-qemu
Version: 0.4.3
Summary: pytest embedded plugin for qemu, not target chip
Home-page: https://docs.espressif.com/projects/pytest-embedded/en/latest/
Author: Fu Hanxi
Author-email: fuhanxi@espressif.com
License: MIT
Description: ### pytest-embedded-qemu
        
        pytest embedded service for running tests on QEMU instead of the real target.
        
        Extra Functionalities:
        
        === "`pytest-embedded-idf` activated"
        
            - `app`: create the qemu bootable image automatically by the built binaries.
            - `qemu`: enable the fixture
            - `dut`: redirect the `qemu` output to `pexpect_proc` and duplicate it with `logging.info()`.
        
        === "`pytest-embedded-idf` NOT activated"
        
            - `qemu`: enable the fixture
            - `dut`: redirect the `qemu` output to `pexpect_proc` and duplicate it with `logging.info()`.
        
        Used CLI Options:
        
        - `qemu-image-path`
        - `qemu-prog-path`
        - `qemu-cli-args`
        - `qemu-cli-extra-args`
        - `qemu-log-path`
        
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
Provides-Extra: idf
