Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 948 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 948 Bytes

Tests

/tests $ bash ./generate_test_data.sh
/tests $ tree
.
├── generate_test_data.sh
└── test_data
    └── var
        └── data
            ├── config
            │   ├── config1.json
            │   ├── config2.json
            │   └── config3.json
            ├── database.db
...
  • 下のコマンドで、テストデータのファイルリストを生成する
    • test 環境における絶対パスを含むファイルリスト
/tests $ bash ../src/assets/get_file_list.sh -d 10 ./test_data > ./test_file_list.jsonl