ddionrails / testsuite

DDI on Rails - testsuite
0 stars 0 forks source link

Complete the testcase #11

Closed mhebing closed 7 years ago

mhebing commented 7 years ago

Task overview

Test data for the first run

Update file structure

Create a directory for each project step. Within each directory use our normal directory layout. Design: see #12

|-- 01-data-collection/
|   |-- output/        # place for the raw data
|-- 02-data-processing/
|   |-- import.*       # get data from data-collection
|   |-- input-test.*   # test raw data
|   |-- main.*         # run all processing scripts
|   |-- lib_py/
|   |-- input/ output/ etc.
|   |-- output-test.*
|-- 03-generate-statistics/
|   |-- get data from data-processing, generate statistics
|-- main.sh