openpyxl.descriptors.tests.test_nested module

openpyxl.descriptors.tests.test_nested.CustomAttribute()[source]
openpyxl.descriptors.tests.test_nested.Empty()[source]
openpyxl.descriptors.tests.test_nested.NestedText()[source]
openpyxl.descriptors.tests.test_nested.NestedValue()[source]
class openpyxl.descriptors.tests.test_nested.TestCustomAttribute[source]

Bases: object

test_from_tree(CustomAttribute)[source]
test_to_tree(CustomAttribute)[source]
class openpyxl.descriptors.tests.test_nested.TestEmptyTag[source]

Bases: object

test_ctor(Empty, value, result)[source]
test_from_xml(Empty, value, src)[source]
test_to_tree(Empty, value, result)[source]
class openpyxl.descriptors.tests.test_nested.TestText[source]

Bases: object

test_from_tree(NestedText)[source]
test_nested_from_tree(NestedText)[source]
test_nested_to_tree(NestedText)[source]
test_to_tree(NestedText)[source]
class openpyxl.descriptors.tests.test_nested.TestValue[source]

Bases: object

test_from_tree(NestedValue)[source]
test_nested_from_tree(NestedValue)[source]
test_nested_to_tree(NestedValue)[source]
test_tag_mismatch(NestedValue)[source]
test_to_tree(NestedValue)[source]
openpyxl.descriptors.tests.test_nested.test_bool_value()[source]
openpyxl.descriptors.tests.test_nested.test_min_max_value()[source]
openpyxl.descriptors.tests.test_nested.test_nested_float()[source]
openpyxl.descriptors.tests.test_nested.test_nested_integer()[source]
openpyxl.descriptors.tests.test_nested.test_nested_string()[source]
openpyxl.descriptors.tests.test_nested.test_noneset_value()[source]