openpyxl.packaging.tests.test_manifest module

openpyxl.packaging.tests.test_manifest.FileExtension()[source]
openpyxl.packaging.tests.test_manifest.Manifest()[source]
openpyxl.packaging.tests.test_manifest.Override()[source]
class openpyxl.packaging.tests.test_manifest.TestFileExtension[source]

Bases: object

test_ctor(FileExtension)[source]
test_from_xml(FileExtension)[source]
class openpyxl.packaging.tests.test_manifest.TestManifest[source]

Bases: object

test_append(Manifest)[source]
test_ctor(Manifest)[source]
test_exts(datadir, Manifest)[source]
test_filenames(datadir, Manifest)[source]
test_find(datadir, Manifest)[source]
test_find_none(Manifest)[source]
test_findall(datadir, Manifest)[source]
test_from_xml(datadir, Manifest)[source]
test_media(Manifest, file, registration)[source]
test_mimetypes_init(Manifest)[source]
test_no_defaults(Manifest)[source]

LibreOffice does not use the Default element

test_no_dupe_overrides(Manifest)[source]
test_no_dupe_types(Manifest)[source]
test_vba(datadir, Manifest)[source]
test_write(Manifest)[source]
class openpyxl.packaging.tests.test_manifest.TestOverride[source]

Bases: object

test_ctor(Override)[source]
test_from_xml(Override)[source]