mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 15:41:38 +01:00
feat(examples): Add support for lwip build under linux
This commit is contained in:
8
components/mdns/tests/unit_test/pytest_app_mdns.py
Normal file
8
components/mdns/tests/unit_test/pytest_app_mdns.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
from pytest_embedded import Dut
|
||||
|
||||
|
||||
def test_mdns(dut: Dut) -> None:
|
||||
dut.expect_unity_test_output()
|
||||
Reference in New Issue
Block a user