Esempio n. 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'
Esempio n. 3
0
def test_colbert():
    B.colbert()
Esempio n. 4
0
def test_chapman():
    B.chapman()
Esempio n. 5
0
def test_colbert():
    B.colbert()
Esempio n. 6
0
def test_chapman():
    B.chapman()