review/tests/sample_data.py @ 789e5765c9ff
Start adding some documentation to the internals of the API.
I also managed to sneak a doctest in there which found a bug.
The bug is now fixed.
Awesome.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 07 Oct 2009 23:38:30 -0400 |
parents |
b3bae1d649d7 |
children |
62c8ba974c19 |
log = [
{ 'file_one': 'hello\nworld',
'file_two': 'this is another test file',
},
{ 'file_one': 'hello again\nworld\nfoo\nbar',
'file_three': 'this is a new file\nfor testing',
'test_dir/test_file': 'this file is inside\nof a directory',
},
]