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


def test_extract_fulltext_url():

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