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