MCPcopy
hub / github.com/rclone/rclone / testParallel

Function testParallel

cmd/bisync/bisync_test.go:312–315  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

310}
311
312func testParallel(t *testing.T) {
313 t.Parallel()
314 TestBisyncRemoteRemote(t)
315}
316
317// TestBisync is a test engine for bisync test cases.
318func testBisync(ctx context.Context, t *testing.T, path1, path2 string) {

Callers

nothing calls this directly

Calls 1

TestBisyncRemoteRemoteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…