rclone/fstest
Nick Craig-Wood f92beb4e14 fstest: Fix TestPurge causing errors with subsequent tests on azure
Before this change TestPurge would remove a container and subsequent
tests would fail because the container was still being deleted so
couldn't be created.

This was fixed by introducing an fstest.NewRunIndividual() test runner
for TestPurge which causes the test to be run on a new container.
2018-11-14 17:14:02 +00:00
..
fstests fstests: fix maximum tested size in TestFsPutChunked 2018-10-16 11:50:47 +02: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 fstest/test_all: tidy HTML report 2018-10-25 11:33:17 +01: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