github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/api/datastore/mock_test.go (about)

     1  package datastore
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/iron-io/functions/api/datastore/internal/datastoretest"
     7  )
     8  
     9  func TestDatastore(t *testing.T) {
    10  	datastoretest.Test(t, NewMock())
    11  }