mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-27 04:31:46 +01: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 |