Beispiel #1
0
def test_format_entry_colors(entry, color):
    s = format_entry(entry)
    assert s.startswith(color)
    assert s.endswith(ENDC)
Beispiel #2
0
def test_format_entry_colors(entry, color):
    s = format_entry(entry)
    assert s.startswith(color)
    assert s.endswith(ENDC)
Beispiel #3
0
def test_format_entry(entry, expected):
    assert format_entry(entry) == expected
Beispiel #4
0
def test_format_entry(entry, expected):
    assert format_entry(entry) == expected