/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
backend/protondrive/protondrive_test.go
16 строк
351 B
Chun-Hung Tseng
protondrive: add protondrive backend - fixes #6072
22 июл 2023, 12:46
Не верифицирован
22 июл 2023, 12:46
014acc9
Код
Авторство
О чём код?
package protondrive_test import ( "testing" "github.com/rclone/rclone/backend/protondrive" "github.com/rclone/rclone/fstest/fstests" ) // TestIntegration runs integration tests against the remote func TestIntegration(t *testing.T) { fstests.Run(t, &fstests.Opt{ RemoteName: "TestProtonDrive:", NilObject: (*protondrive.Object)(nil), }) }