github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/backend/fichier/fichier_test.go (about)

     1  // Test 1Fichier filesystem interface
     2  package fichier
     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: "TestFichier:",
    14  	})
    15  }