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