atextcrawler/tests/__init__.py

8 lines
254 B
Python
Raw Normal View History

2021-11-29 09:16:31 +00:00
from .annotation import AnnotateTest
from .date_finder import DateFinderTest
from .page import PageCleanTest
from .section import IterSectionTest, AggSectionTest
from .simhash import SimhashTest
from .text import CleanHtmlTest
from .durl import DurlTest