~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lp/results/models/testtarget.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:
51
51
 
52
52
        return None
53
53
 
54
 
    def updateTestTargetParams(self, params):
 
54
    def updateTestTargetParams(self, target_params):
55
55
        raise NotImplementedError