aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/test_html.py
blob: 0f951ebb592aa991c0cd771315f78b9a75d061b3 (plain)
1
2
3
4
5
6
7
8
from sandcrawler.html import extract_fulltext_url


def test_extract_fulltext_url():

    resp = extract_fulltext_url("asdf", b"asdf")
    assert resp == {}