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