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

Function TestIntegration

backend/mailru/mailru_test.go:12–18  ·  view source on GitHub ↗

TestIntegration runs integration tests against the remote

(t *testing.T)

Source from the content-addressed store, hash-verified

10
11// TestIntegration runs integration tests against the remote
12func TestIntegration(t *testing.T) {
13 fstests.Run(t, &fstests.Opt{
14 RemoteName: "TestMailru:",
15 NilObject: (*mailru.Object)(nil),
16 SkipBadWindowsCharacters: true,
17 })
18}

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…