def check_convert_aa_1to3(resname1, resname3_canonical): assert_equal(util.convert_aa_code(resname1), resname3_canonical)
def check_convert_aa_3to1(resname3, resname1): assert_equal(util.convert_aa_code(resname3), resname1)