예제 #1
0
def test_missing_empty():
    assert missing('') == '-'
예제 #2
0
def test_missing_none():
    assert missing(None) == '-'
예제 #3
0
def test_missing_not_missing():
    assert missing('hello') == 'hello'