From f365230aeab5e6525a12f89456edbaeb56f7dc2d Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 12 Jan 2019 18:28:51 +0000 Subject: [PATCH] doc: Add more info on testing to CONTRIBUTING --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f040f6a72..dc7ef343c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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:`