openpyxl.packaging.tests.test_custom module

openpyxl.packaging.tests.test_custom.CustomDocumentProperty()[source]
openpyxl.packaging.tests.test_custom.CustomDocumentPropertyList()[source]
openpyxl.packaging.tests.test_custom.CustomPropertyList()[source]
class openpyxl.packaging.tests.test_custom.TestCustomDocumentProperty[source]

Bases: object

test_ctor(CustomDocumentProperty)[source]
test_from_xml(CustomDocumentProperty)[source]
test_read_empty(CustomDocumentProperty)[source]
test_write_empty(CustomDocumentProperty)[source]
class openpyxl.packaging.tests.test_custom.TestCustomDocumentProperyList[source]

Bases: object

test_ctor(CustomDocumentPropertyList, CustomDocumentProperty)[source]
test_from_xml(CustomDocumentPropertyList, CustomDocumentProperty)[source]
test_len(CustomDocumentPropertyList)[source]
class openpyxl.packaging.tests.test_custom.TestTypedPropertyList[source]

Bases: object

test_bool(CustomPropertyList)[source]
test_cant_adapt(CustomPropertyList)[source]
test_ctor(CustomPropertyList)[source]
test_datetime(CustomPropertyList)[source]
test_delete(CustomPropertyList)[source]
test_delete_missing(CustomPropertyList)[source]
test_duplicate(CustomPropertyList)[source]
test_float(CustomPropertyList)[source]
test_from_bool(CustomPropertyList)[source]
test_from_datetime(CustomPropertyList)[source]
test_from_empty_string(CustomPropertyList)[source]
test_from_float(CustomPropertyList)[source]
test_from_int(CustomPropertyList)[source]
test_from_string(CustomPropertyList)[source]
test_get_item(CustomPropertyList)[source]
test_get_item_missing(CustomPropertyList)[source]
test_int(CustomPropertyList)[source]
test_len(CustomPropertyList)[source]
test_names(CustomPropertyList)[source]
test_repr(CustomPropertyList)[source]
test_string(CustomPropertyList)[source]
test_unknown_type(CustomPropertyList, recwarn)[source]