mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-04 03:03:18 -05:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			177 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			177 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								from openapi_spec_validator import validate_v3_spec
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								from mealie.app import app
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								def test_validate_open_api_spec():
							 | 
						||
| 
								 | 
							
								    open_api = app.openapi()
							 | 
						||
| 
								 | 
							
								    validate_v3_spec(open_api)
							 |