//
pkg.gl
Category
github.com/avito-tech/go-transaction-manager
internal
test
package
1.5.0
Repository:
https://github.com/avito-tech/go-transaction-manager.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
30 SLOC
#
Functions
Cleanup
Cleanup is a helper function to register cleanup function for a test.
NewDBMock
NewDBMock returns a new sql.DB and sqlmock.
NewDBMockWithClose
NewDBMockWithClose returns a new sql.DB and sqlmock, and close it after test.