esp-idf/examples/peripherals/ppa/ppa_dsi/pytest_ppa_dsi.py

11 lines
271 B
Python
Raw Normal View History

2024-06-24 06:14:13 -04:00
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.esp32p4
@pytest.mark.generic
def test_ppa_dsi(dut: Dut) -> None:
dut.expect_exact('Calling app_main()')