mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: update the method for running integration tests
This commit is contained in:
@@ -269,8 +269,7 @@ altogether with an HTML report and test retries then from the
|
|||||||
project root:
|
project root:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
go install github.com/rclone/rclone/fstest/test_all
|
go run ./fstest/test_all -backends drive
|
||||||
test_all -backends drive
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Full integration testing
|
### Full integration testing
|
||||||
@@ -581,8 +580,7 @@ remote or an fs.
|
|||||||
- Add your backend to `fstest/test_all/config.yaml`
|
- Add your backend to `fstest/test_all/config.yaml`
|
||||||
- Once you've done that then you can use the integration test framework from
|
- Once you've done that then you can use the integration test framework from
|
||||||
the project root:
|
the project root:
|
||||||
- go install ./...
|
- `go run ./fstest/test_all -backends remote`
|
||||||
- test_all -backends remote
|
|
||||||
|
|
||||||
Or if you want to run the integration tests manually:
|
Or if you want to run the integration tests manually:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user