1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-07-12 22:22:02 +02:00
Files
LibreTranslate/libretranslate/tests/test_init.py
2022-12-29 16:44:53 -07:00

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