Example #1
0
def test_detect_html(sample):
    text, is_html = sample
    assert helpers.detect_html(text) is is_html
def test_detect_html(sample):
    text, is_html = sample
    assert helpers.detect_html(text) is is_html