コード例 #1
0
ファイル: test_aaindex.py プロジェクト: yatisht/pycogent
 def test_read_file_as_list(self):
     """AAI1: Test that a file is correctly opened as a list """
     aap = AAIndex1Parser()
     AAIndexObjects = aap(self._fake_file)
コード例 #2
0
ファイル: test_aaindex.py プロジェクト: yatisht/pycogent
 def test_init(self):
     """ AAI1: Test that init run w/o error """
     aa1p = AAIndex1Parser()