Test Config File

By default, it is located at pytest.ini in the root of the project.

Default Settings

[pytest]
addopts =
    --embedded-services esp,idf
    --ignore-no-tests-collected-error
    --ignore-glob */managed_components/*

filterwarnings =
    ignore::FutureWarning

junit_family = xunit1

env_markers =
    qemu: build and test on QEMU, instead of real hardware
    generic: applicable to generic ESP devices