예제 #1
0
파일: test_corpus.py 프로젝트: ykl7/cltk
 def test_assemble_phi5_works(self):
     """"Test building absolute filepaths from PHI5 works index."""
     paths = assemble_phi5_works_filepaths()
     self.assertEqual(len(paths), 836)
예제 #2
0
파일: test_corpus.py 프로젝트: mcneela/cltk
 def test_assemble_phi5_works(self):
     """"Test building absolute filepaths from PHI5 works index."""
     paths = assemble_phi5_works_filepaths()
     self.assertEqual(len(paths), 836)