예제 #1
0
def test_camelize(input, output):
    assert camelize(input) == output
예제 #2
0
def test_camelize(input, output):
    assert camelize(input) == output