Exemplo n.º 1
0
def test_multiheaders():
    line = 'ABERRANCE; ABERRANCY'
    assert dictparse.isheader(line)
Exemplo n.º 2
0
def test_headers():
    assert dictparse.isheader('A')
Exemplo n.º 3
0
def test_headers():
    assert dictparse.isheader('A')
Exemplo n.º 4
0
def test_multiheaders():
    line = 'ABERRANCE; ABERRANCY'
    assert dictparse.isheader(line)