(t *testing.T)
| 310 | } |
| 311 | |
| 312 | func testParallel(t *testing.T) { |
| 313 | t.Parallel() |
| 314 | TestBisyncRemoteRemote(t) |
| 315 | } |
| 316 | |
| 317 | // TestBisync is a test engine for bisync test cases. |
| 318 | func testBisync(ctx context.Context, t *testing.T, path1, path2 string) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…