forked from espressif/esp-protocols
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# 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()
 |