1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-04 13:50:09 -04:00

8 lines
215 B
Python

# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
from pytest_embedded_idf import IdfDut
def test_isp(dut: IdfDut) -> None:
dut.run_all_single_board_cases()