示例#1
0
def test_style_negative1():
    assert utils.get_text_style("negative1") is "3"
示例#2
0
def test_style_underlined():
    assert utils.get_text_style("underline") is "2"
示例#3
0
def test_style_invalid():
    assert utils.get_text_style("invalid") is "0"
示例#4
0
def test_style_bold():
    assert utils.get_text_style("bold") is "1"
示例#5
0
def test_style_negative2():
    assert utils.get_text_style("negative2") is "5"