view schema/model.py @ 0:f7edadebb1de

initial commit
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 17 Feb 2012 12:20:51 -0800
parents
children
line wrap: on
line source

"""
<jmaher:> I would like to view the data more like this:
testrun:
 testname:
  modifiers: [chrome, responsiveness, etc.]
 machine:
  name: tools-r3-fed-314
  os: fedora12
  platform: x86
 product:
  name: firefox
  rev: 31415926535
  branch: mozilla-central
results:
  testrun: id
  counter: [values]
  counter: [values]
  test: [values]
  test: [values]
"""

class Model(object):
    pass