Skip to content

Commit 2ac123a

Browse files
committed
Test: Add pytest
1 parent 823b514 commit 2ac123a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
import pytest
5+
from pytest_embedded import Dut
6+
7+
8+
@pytest.mark.esp32_p4_function_ev_board
9+
@pytest.mark.esp32_s3_korvo_2
10+
def test_example_display(dut: Dut) -> None:
11+
dut.expect_exact('example: Testing of SD card passed!')

0 commit comments

Comments
 (0)