def test_read_file_as_list(self): """AAI1: Test that a file is correctly opened as a list """ aap = AAIndex2Parser() AAIndexObjects = aap(self._fake_file)
def test_init(self): """ AAI2: Test that init run w/o error """ aa2p = AAIndex2Parser()