mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			237 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			237 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								from mealie.repos.repository_factory import AllRepositories
							 | 
						||
| 
								 | 
							
								from tests.fixtures.fixture_multitenant import MultiTenant
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								def test_multitenant_recipe_data_storage(
							 | 
						||
| 
								 | 
							
								    multitenants: MultiTenant,
							 | 
						||
| 
								 | 
							
								    database: AllRepositories,
							 | 
						||
| 
								 | 
							
								):
							 | 
						||
| 
								 | 
							
								    pass
							 |