mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-10-30 18:22:41 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			228 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			228 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from libretranslate.init import boot
 | |
| from argostranslate import package
 | |
| 
 | |
| 
 | |
| def test_boot_argos():
 | |
|     """Test Argos translate models initialization"""
 | |
|     boot(["en", "es"])
 | |
| 
 | |
|     assert len(package.get_installed_packages()) >= 2
 |