Example #1
0
	def test_homer_loads(self):
		#print("")
		# this is a test document URI
		tds = TEIDataSource(homer_iliad)
		fo = tds.open_source()
		# #print("Name of the file: ", fo.name)
		# #print("Closed or not : ", fo.closed)
		# #print("Opening mode : ", fo.mode)
		tds.close_source(fo)