mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:07:46 +02:00
yandex: fix fs.Name()
Put in tests for fs.Root() and fs.Name() for all remotes
This commit is contained in:
@ -20,6 +20,8 @@ func TestSetup(t *testing.T) {
|
||||
// Generic tests for the Fs
|
||||
func TestInit(t *testing.T) { fstests.TestInit(t) }
|
||||
func TestFsString(t *testing.T) { fstests.TestFsString(t) }
|
||||
func TestFsName(t *testing.T) { fstests.TestFsName(t) }
|
||||
func TestFsRoot(t *testing.T) { fstests.TestFsRoot(t) }
|
||||
func TestFsRmdirEmpty(t *testing.T) { fstests.TestFsRmdirEmpty(t) }
|
||||
func TestFsRmdirNotFound(t *testing.T) { fstests.TestFsRmdirNotFound(t) }
|
||||
func TestFsMkdir(t *testing.T) { fstests.TestFsMkdir(t) }
|
||||
|
Reference in New Issue
Block a user