github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/backend/putio/putio_test.go (about) 1 // Test Put.io filesystem interface 2 package putio 3 4 import ( 5 "testing" 6 7 "github.com/rclone/rclone/fstest/fstests" 8 ) 9 10 // TestIntegration runs integration tests against the remote 11 func TestIntegration(t *testing.T) { 12 fstests.Run(t, &fstests.Opt{ 13 RemoteName: "TestPutio:", 14 NilObject: (*Object)(nil), 15 }) 16 }