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)
def test_init(self): """ AAI1: Test that init run w/o error """ aa1p = AAIndex1Parser()