rclone/fstest/test_all
Ivan Andreev be674faff1 tests/config: integration tests for chunker
Recommended `rclone.conf` snippets for this `config.yaml`:
```
[TestChunkerLocal]
type = chunker
meta_format = simplejson
remote = /tmp/rclone-chunker-test

[TestChunkerChunk3bLocal]
type = chunker
chunk_size = 3b
meta_format = simplejson
remote = /tmp/rclone-chunker-test

[TestChunkerNometaLocal]
type = chunker
meta_format = none
remote = /tmp/rclone-chunker-test

[TestChunkerChunk3bNometaLocal]
type = chunker
chunk_size = 3b
meta_format = none
remote = /tmp/rclone-chunker-test

[TestChunkerCompatLocal]
type = chunker
meta_format = wdmrcompat
remote = /tmp/rclone-chunker-test
```
2019-09-24 12:45:12 +01:00
..
clean.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
config.go allow usage of -short in the testing framework 2019-08-29 09:53:23 +01:00
config.yaml tests/config: integration tests for chunker 2019-09-24 12:45:12 +01:00
report.go test_all: write index.json and add branch, commit and Go version to report 2019-09-08 11:35:56 +01:00
run.go allow usage of -short in the testing framework 2019-08-29 09:53:23 +01:00
run_test.go test_all: limit to go1.11 so the template used is supported 2018-11-23 17:17:19 +00:00
test_all.go test_all: write index.json and add branch, commit and Go version to report 2019-09-08 11:35:56 +01:00