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