MCPcopy
hub / github.com/rclone/rclone / TestIntegration

Function TestIntegration

backend/union/union_test.go:20–29  ·  view source on GitHub ↗

TestIntegration runs integration tests against the remote

(t *testing.T)

Source from the content-addressed store, hash-verified

18
19// TestIntegration runs integration tests against the remote
20func TestIntegration(t *testing.T) {
21 if *fstest.RemoteName == "" {
22 t.Skip("Skipping as -remote not set")
23 }
24 fstests.Run(t, &fstests.Opt{
25 RemoteName: *fstest.RemoteName,
26 UnimplementableFsMethods: unimplementableFsMethods,
27 UnimplementableObjectMethods: unimplementableObjectMethods,
28 })
29}
30
31func TestStandard(t *testing.T) {
32 if *fstest.RemoteName != "" {

Callers

nothing calls this directly

Calls 1

RunFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…