~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lp/results/interfaces/testrun.py

  • Committer: Marc Tardif
  • Date: 2010-12-07 01:16:17 UTC
  • Revision ID: marc.tardif@canonical.com-20101207011617-cqcv0240ca3cs5ba
Added TestStat for statistics about test runs and TestRank for ranking of projects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from lazr.restful.simple import IMultiplePathPartLocation
37
37
 
38
38
from lp.results.interfaces.date import IHasDateCreated
39
 
from lp.results.interfaces.person import IPerson
 
39
from lp.results.interfaces.testperson import ITestPerson
40
40
from lp.results.interfaces.search import (
41
41
    ISearchSet,
42
42
    SearchParams,
78
78
 
79
79
    person = exported(
80
80
        Reference(
81
 
            schema=IPerson,
 
81
            schema=ITestPerson,
82
82
            title=u"Person",
83
83
            required=True,
84
84
            readonly=True,