mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 15:58:26 +02:00
putio: add new backend
This commit is contained in:
committed by
Nick Craig-Wood
parent
566aa0fca7
commit
a1ca65bd80
16
backend/putio/putio_test.go
Normal file
16
backend/putio/putio_test.go
Normal file
@ -0,0 +1,16 @@
|
||||
// Test Put.io filesystem interface
|
||||
package putio
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/rclone/rclone/fstest/fstests"
|
||||
)
|
||||
|
||||
// TestIntegration runs integration tests against the remote
|
||||
func TestIntegration(t *testing.T) {
|
||||
fstests.Run(t, &fstests.Opt{
|
||||
RemoteName: "TestPutio:",
|
||||
NilObject: (*Object)(nil),
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user