Project: pytest-embedded-qemu

Make pytest-embedded plugin work with QEMU.

Project Details

Latest version
1.6.0
Home Page
None
PyPI Page
https://pypi.org/project/pytest-embedded-qemu/

Project Popularity

PageRank
0.0022415558122952455
Number of downloads
44130

pytest-embedded-qemu

pytest embedded service for running tests on QEMU instead of the real target.

Extra Functionalities:

.. tabs::

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

   .. group-tab:: `pytest-embedded-idf` NOT activated

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