Ejemplo n.º 1
0
 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)
Ejemplo n.º 2
0
 def test_init(self):
     """ AAI1: Test that init run w/o error """
     aa1p = AAIndex1Parser()