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