mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-15 20:51:01 +00:00
9 lines
No EOL
216 B
Python
9 lines
No EOL
216 B
Python
import pytest
|
|
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 |