github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/backend/koofr/koofr_test.go (about) 1 package koofr_test 2 3 import ( 4 "testing" 5 6 "github.com/ncw/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 }