Beispiel #1
0
def test_one_or_none_with_no_values():
    i.one_or_none(()) == None
Beispiel #2
0
def test_one_or_none_with_no_values():
    i.one_or_none(()) == None
Beispiel #3
0
def test_one_or_none():
    i.one_or_none((1,)) == 1
Beispiel #4
0
def test_one_or_none():
    i.one_or_none((1, )) == 1