We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8374716 commit 022211bCopy full SHA for 022211b
examples/display_sdcard/pytest_display_sdcard.py
@@ -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