Searched refs:ComponentUTApp (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/ |
D | __init__.py | 26 from .IDFApp import UT, ComponentUTApp, Example, IDFApp, LoadableElfTestApp, TestApp # noqa: expor… 205 def idf_component_unit_test(app=ComponentUTApp, target='ESP32', ci_target=None, module='misc', exec…
|
D | IDFApp.py | 524 class ComponentUTApp(TestApp): class 527 … super(ComponentUTApp, self).__init__(app_path, config_name, target, case_group, artifacts_cls)
|