github.com/janelia-flyem/dvid@v1.0.0/datatype/tarsupervoxels/filestore_test.go (about)

     1  // +build filestore
     2  
     3  package tarsupervoxels
     4  
     5  import "testing"
     6  
     7  func TestFilestoreTarballRoundTrip(t *testing.T) {
     8  	testTarball(t, "filestore")
     9  }