Esempio n. 1
0
def test_test_FmtBold_headerandindex(apply_to_header_and_index):
    fmt = pbtf.FmtBold(apply_to_header_and_index=apply_to_header_and_index)
    assert fmt.apply_to_header_and_index == apply_to_header_and_index
Esempio n. 2
0
def test_FmtBold():
    fmt = pbtf.FmtBold()
    res = fmt._create_cell_level_css(None)
    assert res == pbtf.CSS_BOLD