1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-07-12 22:22:02 +02:00

Linted with black

This commit is contained in:
YOGESHWARAN R
2021-05-18 09:11:02 +05:30
parent 167f551a96
commit 202db95f52
10 changed files with 325 additions and 168 deletions

View File

@ -2,8 +2,9 @@ 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
assert len(package.get_installed_packages()) > 2