openpyxl.styles.tests.test_fills module

openpyxl.styles.tests.test_fills.GradientFill()[source]
openpyxl.styles.tests.test_fills.PatternFill()[source]
class openpyxl.styles.tests.test_fills.TestGradientFill[source]
test_create(GradientFill)[source]
test_ctor(GradientFill)[source]
test_dict_interface(GradientFill)[source]
test_empty_ctor(GradientFill)[source]
test_sequence(GradientFill, colors)[source]
test_serialise(GradientFill)[source]
class openpyxl.styles.tests.test_fills.TestPatternFill[source]
test_create(PatternFill, src, args)[source]
test_ctor(PatternFill)[source]
test_dict_interface(PatternFill)[source]
test_serialise(PatternFill)[source]
openpyxl.styles.tests.test_fills.test_create_empty_fill()[source]