review/tests/sample_data.py @ 0d213b070f79
Mark the internal object commit and delete methods as private.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 08 Oct 2009 18:12:44 -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!',
},
]