...

Source file src/github.com/launchdarkly/go-server-sdk/v6/testhelpers/storetest/package_info.go

Documentation: github.com/launchdarkly/go-server-sdk/v6/testhelpers/storetest

     1  // Package storetest contains the standard test suite for persistent data store implementations.
     2  //
     3  // If you are writing your own database integration, use this test suite to ensure that it is being
     4  // fully tested in the same way that all of the built-in ones are tested.
     5  //
     6  // Due to its dependencies, this package can only be used when building with module support.
     7  package storetest
     8  

View as plain text