openpyxl.styles.tests.test_fills module

openpyxl.styles.tests.test_fills.GradientFill()[source]
openpyxl.styles.tests.test_fills.PatternFill()[source]
openpyxl.styles.tests.test_fills.Stop()[source]
class openpyxl.styles.tests.test_fills.TestGradientFill[source]

Bases: object

test_color_sequence(Stop, colors, rgbs, positions)[source]
test_create(GradientFill, Stop)[source]
test_ctor(GradientFill)[source]
test_dict_interface(GradientFill)[source]
test_duplicate_position(Stop)[source]
test_empty_ctor(GradientFill)[source]
test_invalid_stop_color_mix(Stop)[source]
test_serialise(GradientFill, Stop)[source]
test_stop_sequence(GradientFill, Stop, colors)[source]
class openpyxl.styles.tests.test_fills.TestPatternFill[source]

Bases: object

test_create(PatternFill, src, args)[source]
test_ctor(PatternFill)[source]
test_dict_interface(PatternFill)[source]
test_serialise(PatternFill)[source]
class openpyxl.styles.tests.test_fills.TestStop[source]

Bases: object

test_ctor(Stop)[source]
test_from_xml(Stop)[source]
test_position_invalid(Stop, position, exception)[source]
test_position_valid(Stop, position)[source]
openpyxl.styles.tests.test_fills.test_create_empty_fill()[source]
openpyxl.styles.tests.test_fills.test_read_fills()[source]