コード例 #1
0
ファイル: testOooGranulator.py プロジェクト: Nexedi/cloudooo
 def testGetChapterItem(self):
   """Test if getChapterItem() returns the right chapter"""
   data = open("./data/granulate_chapters_test.odt").read()
   oogranulator = OOGranulator(data, 'odt')
   self.assertEquals(['Title 1', 1], oogranulator.getChapterItem(1))
コード例 #2
0
 def testGetChapterItem(self):
     """Test if getChapterItem() returns the right chapter"""
     data = open("./data/granulate_chapters_test.odt").read()
     oogranulator = OOGranulator(data, 'odt')
     self.assertEquals(['Title 1', 1], oogranulator.getChapterItem(1))