review/tests/sample_data.py @ b3bae1d649d7

Add test infrastructure for testing paths with directories.
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Oct 2009 18:34:49 -0400
parents 34caeeba9ae2
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',
    },
]