Home | History | Annotate | Download | only in afe

Lines Matching refs:TestTime

1038     TestTime = enum.Enum('SHORT', 'MEDIUM', 'LONG', start_value=1)
1048 test_time = dbmodels.SmallIntegerField(choices=TestTime.choices(),
1049 default=TestTime.MEDIUM)