Ejemplo n.º 1
0
def test_null():
    assert null(null) == null
Ejemplo n.º 2
0
def test_null():
    """Test the null function on itself.
    """
    assert null(null) == null
Ejemplo n.º 3
0
def test_null():
    assert null(null) == null