Ejemplo n.º 1
0
def test_arthur():
    assert inspect.signature(B.arthurify).parameters
    assert B.arthurify('three four') == 'five four'
Ejemplo n.º 2
0
def test_arthur():
    assert inspect.signature(B.arthurify).parameters
    assert B.arthurify('three four') == 'five four'
Ejemplo n.º 3
0
def test_colbert():
    B.colbert()
Ejemplo n.º 4
0
def test_chapman():
    B.chapman()
Ejemplo n.º 5
0
def test_colbert():
    B.colbert()
Ejemplo n.º 6
0
def test_chapman():
    B.chapman()