github.com/vnforks/kid@v5.11.1+incompatible/store/sqlstore/init_test.go (about)

     1  package sqlstore
     2  
     3  func InitTest() {
     4  	initStores()
     5  }
     6  
     7  func TearDownTest() {
     8  	tearDownStores()
     9  }