mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-04 06:06:45 +02:00
9 lines
185 B
Python
9 lines
185 B
Python
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
|
# SPDX-License-Identifier: Unlicense OR CC0-1.0
|
|
import pytest
|
|
|
|
|
|
@pytest.mark.esp32
|
|
def test_dummy() -> None:
|
|
pass
|