review/tests/sample_data.py @ f090d7d568a4

Add more functionality to the API.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 17:52:11 -0400
parents a11953bf5d2f
children 34caeeba9ae2
log = [
    { 'file_one': 'hello\nworld',
      'file_two': 'this is another test file',
    },
    { 'file_one': 'hello again\nworld',
      'file_three': 'this is a new file\nfor testing',
    },
]