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