Example #1
0
def test_start_part(officepack_sample):
	doc = OfficePackage.from_stream(officepack_sample)
	assert doc.start_part
Example #2
0
def test_open(officepack_sample):
	OfficePackage.from_stream(officepack_sample)