openpyxl.styles.tests.test_colors module

openpyxl.styles.tests.test_colors.ColorList()[source]
class openpyxl.styles.tests.test_colors.TestColor[source]

Bases: object

test_adding()[source]
test_auto()[source]
test_cannot_add_other_types()[source]
test_ctor()[source]
test_highlander()[source]
test_indexed()[source]
test_rgb()[source]
test_theme()[source]
test_tint()[source]
test_validation()[source]
class openpyxl.styles.tests.test_colors.TestColorList[source]

Bases: object

test_ctor_indexed(ColorList)[source]
test_empty(ColorList)[source]
test_from_xml(ColorList)[source]
test_no_colors(ColorList)[source]
test_write(ColorList)[source]
openpyxl.styles.tests.test_colors.test_argb(value)[source]
openpyxl.styles.tests.test_colors.test_color_descriptor()[source]