Update the sample data to be more interesting.

This commit is contained in:
yackob03 2013-10-18 20:18:23 -04:00
parent 2dd488cfc3
commit 6bebfcc3a1
76 changed files with 108773 additions and 376427 deletions

View file

@ -18,11 +18,8 @@ store = storage.load()
logging.basicConfig(**app.config['LOGGING_CONFIG'])
SAMPLE_DIFFS = [
'test/data/sample/diffs/diffs.json',
'test/data/sample/diffs/diffs2.json',
'test/data/sample/diffs/diffs3.json',
]
SAMPLE_DIFFS = ['test/data/sample/diffs/diffs%s.json' % i
for i in range(1, 10)]
REFERENCE_DATE = datetime(2013, 6, 23)