fstests: add TestInternal (#2085)
TestInternal allows to perform a custom test on the backend using the optional InternalTester interface.
This commit is contained in:
parent
9252224d82
commit
aeefa34f62
23 changed files with 39 additions and 0 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue