github.com/artpar/rclone@v1.67.3/backend/pcloud/pcloud_test.go (about) 1 // Test Pcloud filesystem interface 2 package pcloud_test 3 4 import ( 5 "testing" 6 7 "github.com/artpar/rclone/backend/pcloud" 8 "github.com/artpar/rclone/fstest/fstests" 9 ) 10 11 // TestIntegration runs integration tests against the remote 12 func TestIntegration(t *testing.T) { 13 fstests.Run(t, &fstests.Opt{ 14 RemoteName: "TestPcloud:", 15 NilObject: (*pcloud.Object)(nil), 16 }) 17 }