pytest_ulp_riscv.py 369 B

1234567891011121314
  1. # SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
  2. # SPDX-License-Identifier: CC0-1.0
  3. import pytest
  4. from pytest_embedded import Dut
  5. @pytest.mark.esp32s2
  6. @pytest.mark.esp32s3
  7. @pytest.mark.generic
  8. def test_ulp_riscv(dut: Dut) -> None:
  9. dut.expect('Press ENTER to see the list of tests')
  10. dut.write('![ignore]')
  11. dut.expect_unity_test_output()