Metadata-Version: 2.1
Name: pytest-embedded-qemu
Version: 0.7.10
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
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.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.7
Requires-Dist: pytest-embedded (~=0.7.10)
Provides-Extra: idf
Requires-Dist: pytest-embedded-idf (~=0.7.10) ; extra == 'idf'

### 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`: duplicate the `qemu` output to `pexpect_proc`.

=== "`pytest-embedded-idf` NOT activated"

    - `qemu`: enable the fixture
    - `dut`: duplicate the `qemu` output to `pexpect_proc`.

Used CLI Options:

- `qemu-image-path`
- `qemu-prog-path`
- `qemu-cli-args`
- `qemu-cli-extra-args`
- `qemu-log-path`


