Home | History | Annotate | Download | only in tko

Lines Matching refs:TestView

426         Join the given TestView QuerySet to TestAttribute.  The resulting query
480 """Join the given TestView QuerySet to IterationResult for one result.
482 The resulting query looks like a TestView query but has one row per
483 iteration. Each row includes all the attributes of TestView, an
486 We accomplish this by joining the TestView query to IterationResult
489 is the only restriction, so each TestView row expands to a row per
675 class TestView(dbmodels.Model, model_logic.ModelExtensions):
729 raise NotImplementedError('TestView is read-only')
733 raise NotImplementedError('TestView is read-only')
741 return super(TestView, cls).query_objects(
746 """Metadata for class TestView."""