mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-04 03:03:18 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			352 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			352 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								import pytest
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Test that alembic revisions are applicable and result in the current database
							 | 
						||
| 
								 | 
							
								# See https://github.com/sqlalchemy/alembic/issues/724 for inspiration
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@pytest.mark.skip("TODO: Implement")
							 | 
						||
| 
								 | 
							
								def test_alembic_revisions_are_applicable():
							 | 
						||
| 
								 | 
							
								    pass
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@pytest.mark.skip("TODO: Implement")
							 | 
						||
| 
								 | 
							
								def test_alembic_revisions_are_up_to_date():
							 | 
						||
| 
								 | 
							
								    pass
							 |