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