コード例 #1
0
ファイル: test_utils.py プロジェクト: Akirato/cltk
 def test_contribs_make_authors_dict(self):
     contribs = Contributors()
     authors_dict = contribs._make_authors_dict()
     self.assertGreater(len(authors_dict), 8)
コード例 #2
0
ファイル: test_utils.py プロジェクト: soumenganguly/cltk
 def test_contribs_make_authors_dict(self):
     """Test making dict for author contrib file."""
     contribs = Contributors()
     authors_dict = contribs._make_authors_dict()
     self.assertGreater(len(authors_dict), 8)
コード例 #3
0
ファイル: test_utils.py プロジェクト: jfaville/cltk
 def test_contribs_make_authors_dict(self):
     """Test making dict for author contrib file."""
     contribs = Contributors()
     authors_dict = contribs._make_authors_dict()
     self.assertGreater(len(authors_dict), 8)
コード例 #4
0
ファイル: test_utils.py プロジェクト: linearregression/cltk
 def test_contribs_make_authors_dict(self):
     contribs = Contributors()
     authors_dict = contribs._make_authors_dict()
     self.assertGreater(len(authors_dict), 8)