fstests: add TestInternal (#2085)

TestInternal allows to perform a custom test on the backend using the
optional InternalTester interface.
This commit is contained in:
Fabian Möller 2018-02-25 10:58:06 +01:00 committed by GitHub
parent 9252224d82
commit aeefa34f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 39 additions and 0 deletions

View file

@ -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) }