Exemple #1
0
def test_arthur():
    assert inspect.signature(B.arthurify).parameters
    assert B.arthurify('three four') == 'five four'
def test_arthur():
    assert inspect.signature(B.arthurify).parameters
    assert B.arthurify('three four') == 'five four'
def test_colbert():
    B.colbert()
def test_chapman():
    B.chapman()
def test_colbert():
    B.colbert()
def test_chapman():
    B.chapman()