mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
doc: Add more info on testing to CONTRIBUTING
This commit is contained in:
parent
ff0b8e10af
commit
f365230aea
@ -351,6 +351,12 @@ Unit tests
|
||||
Integration tests
|
||||
|
||||
* Add your backend to `fstest/test_all/config.yaml`
|
||||
* Once you've done that then you can use the integration test framework from the project root:
|
||||
* go install ./...
|
||||
* test_all -backend remote
|
||||
|
||||
Or if you want to run the integration tests manually:
|
||||
|
||||
* Make sure integration tests pass with
|
||||
* `cd fs/operations`
|
||||
* `go test -v -remote TestRemote:`
|
||||
|
Loading…
Reference in New Issue
Block a user