You've already forked LibreTranslate
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:
@ -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
|
||||
|
Reference in New Issue
Block a user