yandex: fix fs.Name()
Put in tests for fs.Root() and fs.Name() for all remotes
This commit is contained in:
parent
575e779b55
commit
6c3bf629a1
18 changed files with 59 additions and 2 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue