rclone/fstest
Nick Craig-Wood efd720b533 walk: Implement walk.ListR which will use ListR if at all possible
It otherwise has the nearly the same interface as walk.Walk which it
will fall back to if it can't use ListR.

Using walk.ListR will speed up file system operations by default and
use much less memory and start immediately compared to if --fast-list
had been supplied.
2019-03-16 17:41:12 +00:00
..
fstests walk: Implement walk.ListR which will use ListR if at all possible 2019-03-16 17:41:12 +00:00
mockdir Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
mockfs fstest/mockfs: create mock fs.Fs for testing 2018-11-02 17:32:20 +00:00
mockobject fs: improve ChunkedReader 2018-05-05 12:49:42 +01:00
test_all koofr: implemented a backend for Koofr cloud storage service. 2019-03-06 13:41:43 +00:00
fstest.go fs: calculate ModifyWindow each time on the fly instead of relying on global state - see #2319, #2328 2018-06-03 20:45:34 +02:00
run.go fstest: Fix TestPurge causing errors with subsequent tests on azure 2018-11-14 17:14:02 +00:00