mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-04 15:49:32 +00:00
32061eed7b
Removed unused imports, variables
9 lines
204 B
Python
9 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
|