LibreTranslate/tests/test_init.py

9 lines
216 B
Python
Raw Normal View History

2021-02-09 15:21:53 +01:00
import pytest
from app.init import boot
from argostranslate import package
def test_boot_argos():
"""Test Argos translate models initialization"""
boot()
2021-02-09 18:00:11 +01:00
assert len(package.get_installed_packages()) > 2