Searched refs:ColorInAList (Results 1 – 1 of 1) sorted by relevance
1631 class ColorInAList(AutoNumberInAList): class1635 … self.assertEqual(list(ColorInAList), [ColorInAList.red, ColorInAList.green, ColorInAList.blue])1636 for enum, value in zip(ColorInAList, range(3)):1639 self.assertIs(ColorInAList([value]), enum)