예제 #1
0
def test_null():
    assert null(null) == null
예제 #2
0
def test_null():
    """Test the null function on itself.
    """
    assert null(null) == null
예제 #3
0
def test_null():
    assert null(null) == null