openpyxl.formatting.tests.test_rule module

openpyxl.formatting.tests.test_rule.ColorScale()[source]
openpyxl.formatting.tests.test_rule.ColorScaleRule()[source]
openpyxl.formatting.tests.test_rule.DataBar()[source]
openpyxl.formatting.tests.test_rule.FormatObject()[source]
openpyxl.formatting.tests.test_rule.IconSet()[source]
openpyxl.formatting.tests.test_rule.Rule()[source]
class openpyxl.formatting.tests.test_rule.TestColorScale[source]

Bases: object

test_create(ColorScale)[source]
test_serialise(ColorScale, FormatObject)[source]
test_three_colors(ColorScaleRule)[source]
test_two_colors(ColorScaleRule)[source]
class openpyxl.formatting.tests.test_rule.TestDataBar[source]

Bases: object

test_create(DataBar)[source]
test_serialise(DataBar, FormatObject)[source]
class openpyxl.formatting.tests.test_rule.TestFormatObject[source]

Bases: object

test_cell_reference(FormatObject)[source]
test_create(FormatObject)[source]
test_serialise(FormatObject)[source]
test_value_types(FormatObject, typ, value, expected)[source]
class openpyxl.formatting.tests.test_rule.TestIconSet[source]

Bases: object

test_create(IconSet)[source]
test_serialise(IconSet, FormatObject)[source]
class openpyxl.formatting.tests.test_rule.TestRule[source]

Bases: object

test_create(Rule, datadir)[source]
test_non_ascii_formula(Rule)[source]
test_serialise(Rule)[source]
openpyxl.formatting.tests.test_rule.test_cellis_rule()[source]
openpyxl.formatting.tests.test_rule.test_databar_rule()[source]
openpyxl.formatting.tests.test_rule.test_formula_rule()[source]
openpyxl.formatting.tests.test_rule.test_iconset_rule()[source]
openpyxl.formatting.tests.test_rule.test_operator_expansion(value, expansion)[source]