esp-idf/components/esp_driver_cam/test_apps/csi/pytest_csi.py

11 lines
261 B
Python
Raw Normal View History

2024-01-28 23:16:09 -05: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_csi(dut: Dut) -> None:
dut.run_all_single_board_cases()