github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/backend/koofr/koofr_test.go (about) 1 package koofr_test 2 3 import ( 4 "testing" 5 6 "github.com/rclone/rclone/fstest/fstests" 7 ) 8 9 // TestIntegration runs integration tests against the remote 10 func TestIntegration(t *testing.T) { 11 fstests.Run(t, &fstests.Opt{ 12 RemoteName: "TestKoofr:", 13 }) 14 }