Update the sample data to be more interesting.
This commit is contained in:
parent
2dd488cfc3
commit
6bebfcc3a1
76 changed files with 108773 additions and 376427 deletions
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue