Home | History | Annotate | Download | only in afe

Lines Matching defs:Test

355 class Test(resource_lib.InstanceEntry):
356 model = models.Test
366 return cls(request, models.Test.objects.get(name=test_name))
374 rep = super(Test, self).short_representation()
380 rep = super(Test, self).full_representation()
401 return models.Test.add_object(name=input_dict['name'],
416 queryset = models.Test.objects.all()
417 entry_class = Test
421 related_classes = {'test': Test, 'label': Label}
453 return (('tests', 'Comma-separated list of test names to run'),