Spaces:
Sleeping
Sleeping
File size: 301 Bytes
86c402d |
1 2 3 4 5 6 7 8 9 10 11 12 |
"""
Конфигурация pytest для тестов ntr_text_fragmentation.
"""
from uuid import UUID
import pytest
from ntr_text_fragmentation.models.linker_entity import LinkerEntity
from tests.custom_entity import CustomEntity # Импортируем наш кастомный класс
|