review/tests/sample_data.py @ ab4cc556087d

Add signoff type counts to review output.
author Steve Losh <steve@stevelosh.com>
date Tue, 06 Oct 2009 19:45:29 -0400
parents 34caeeba9ae2
children b3bae1d649d7
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',
    },
]