mirror of
https://github.com/rclone/rclone.git
synced 2025-06-06 04:44:35 +08:00
fstests: add TestInternal (#2085)
TestInternal allows to perform a custom test on the backend using the optional InternalTester interface.
This commit is contained in:
@ -71,4 +71,5 @@ func TestFsIsFileNotFound(t *testing.T) { fstests.TestFsIsFileNotFound(t) }
|
||||
func TestObjectRemove(t *testing.T) { fstests.TestObjectRemove(t) }
|
||||
func TestFsPutStream(t *testing.T) { fstests.TestFsPutStream(t) }
|
||||
func TestObjectPurge(t *testing.T) { fstests.TestObjectPurge(t) }
|
||||
func TestInternal(t *testing.T) { fstests.TestInternal(t) }
|
||||
func TestFinalise(t *testing.T) { fstests.TestFinalise(t) }
|
||||
|
Reference in New Issue
Block a user