mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-11-03 19:17:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from app.init import boot
 | 
						|
from argostranslate import package
 | 
						|
 | 
						|
 | 
						|
def test_boot_argos():
 | 
						|
    """Test Argos translate models initialization"""
 | 
						|
    boot()
 | 
						|
 | 
						|
    assert len(package.get_installed_packages()) > 2
 |