Ejemplo n.º 1
0
def test_clonefunc_not_function():
    assert clonefunc(1) == 1
Ejemplo n.º 2
0
def test_clonefunc_not_function():
    assert clonefunc(1) == 1
Ejemplo n.º 3
0
def test_clonefunc(f):
    assert clonefunc(f)(1) == f(1)
    assert clonefunc(f)(1) == f(1)
Ejemplo n.º 4
0
def test_clonefunc(f):
    assert clonefunc(f)(1) == f(1)
    assert clonefunc(f)(1) == f(1)