esp-idf/components/ulp/test_apps/ulp_riscv/pytest_ulp_riscv.py

12 wiersze
276 B
Python
Czysty Zwykły widok Historia

2023-01-17 08:36:55 +00:00
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
2022-08-02 03:48:19 +00:00
# SPDX-License-Identifier: CC0-1.0
import pytest
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.generic
2023-01-17 08:36:55 +00:00
def test_ulp_riscv(case_tester) -> None: # type: ignore
case_tester.run_all_cases()