mirror of
https://github.com/rclone/rclone
synced 2025-02-15 10:14:31 +01:00
Update CONTRIBUTING with --fast-list
This commit is contained in:
parent
4fd9570332
commit
0dbf1230bc
@ -190,8 +190,8 @@ Research
|
|||||||
|
|
||||||
Getting going
|
Getting going
|
||||||
|
|
||||||
* Create `remote/remote.go` (copy this from a similar fs)
|
* Create `remote/remote.go` (copy this from a similar remote)
|
||||||
* Add your fs to the imports in `fs/all/all.go`
|
* Add your remote to the imports in `fs/all/all.go`
|
||||||
|
|
||||||
Unit tests
|
Unit tests
|
||||||
|
|
||||||
@ -205,10 +205,13 @@ Integration tests
|
|||||||
* Add your fs to `fs/test_all.go`
|
* Add your fs to `fs/test_all.go`
|
||||||
* Make sure integration tests pass with
|
* Make sure integration tests pass with
|
||||||
* `cd fs`
|
* `cd fs`
|
||||||
* `go test -v -remote TestRemote:` and
|
* `go test -v -remote TestRemote:`
|
||||||
|
* If you are making a bucket based remote, then check with this also
|
||||||
* `go test -v -remote TestRemote: -subdir`
|
* `go test -v -remote TestRemote: -subdir`
|
||||||
|
* And if your remote defines `ListR` this also
|
||||||
|
* `go test -v -remote TestRemote: -fast-list`
|
||||||
|
|
||||||
Add your fs to the docs
|
Add your fs to the docs - you'll need to pick an icon for it from [fontawesome](http://fontawesome.io/icons/).
|
||||||
|
|
||||||
* `README.md` - main Github page
|
* `README.md` - main Github page
|
||||||
* `docs/content/remote.md` - main docs page
|
* `docs/content/remote.md` - main docs page
|
||||||
|
Loading…
Reference in New Issue
Block a user