rclone/fs/operations
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
..
dedupe.go dedupe: check for existing filename before renaming a dupe file 2018-11-02 16:51:52 +00:00
dedupe_test.go dedupe: check for existing filename before renaming a dupe file 2018-11-02 16:51:52 +00:00
listdirsorted_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
lsjson.go lsjson: factor internals of lsjson command into operations 2018-11-04 20:42:57 +00:00
operations.go copyurl: factor code into operations and write test 2018-11-04 20:42:57 +00:00
operations_internal_test.go operations: ignore size of objects when they are < 0 #320 2018-01-31 16:22:05 +00:00
operations_test.go fstest: Fix TestPurge causing errors with subsequent tests on azure 2018-11-14 17:14:02 +00:00
rc.go operations: implement operations remote control commands 2018-11-05 15:44:40 +00:00
rc_test.go operations: implement operations remote control commands 2018-11-05 15:44:40 +00:00