Exemplo n.º 1
0
def test_headername():
    with pytest.raises(exceptions.CommandError):
        cut.headername("header[foo.")
Exemplo n.º 2
0
def test_headername():
    with pytest.raises(exceptions.CommandError):
        cut.headername("header[foo.")