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