TestIntegration runs integration tests against the remote
(t *testing.T)
| 10 | |
| 11 | // TestIntegration runs integration tests against the remote |
| 12 | func TestIntegration(t *testing.T) { |
| 13 | fstests.Run(t, &fstests.Opt{ |
| 14 | RemoteName: "TestMailru:", |
| 15 | NilObject: (*mailru.Object)(nil), |
| 16 | SkipBadWindowsCharacters: true, |
| 17 | }) |
| 18 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…