Ejemplo n.º 1
0
def test_abbreviate_5():
    assert abbreviate(["A", "T"]) == ""
Ejemplo n.º 2
0
def test_abbreviate_4():
    assert abbreviate("T") == "T"
Ejemplo n.º 3
0
def test_abbreviate_2():
    assert abbreviate(20) == ""
Ejemplo n.º 4
0
def test_abbreviate_3():
    assert abbreviate("At") == "At"
Ejemplo n.º 5
0
def test_abbreviate_1():
    assert abbreviate("January") == "Jan"