Spaces:
Sleeping
Sleeping
""" | |
Конфигурация 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 # Импортируем наш кастомный класс | |