review/tests/sample_data.py @ 022175cc8a90

Add more API documentation (notice a trend yet?).
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Oct 2009 18:08:06 -0400
parents 62c8ba974c19
children 69bbcf7f0830
log = [
    { 'file_one': 'hello\nworld\nfirst\ncommit',
      'file_two': 'this is another test file',
    },
    { 'file_one': 'hello again\nworld\nfoo\nbar',
      'file_three': 'this is a new file\nfor testing\npurposes\nonly',
      'test_dir/test_file': 'this file is inside\nof a directory\n\nponies!',
    },
]