pytest_hal_utils.py 271 B

1234567891011
  1. # SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
  2. # SPDX-License-Identifier: Apache-2.0
  3. import pytest
  4. from pytest_embedded import Dut
  5. @pytest.mark.linux
  6. @pytest.mark.host_test
  7. def test_hal_utils(dut: Dut) -> None:
  8. dut.run_all_single_board_cases()