Session return the session associated with the testkit
()
| 145 | |
| 146 | // Session return the session associated with the testkit |
| 147 | func (tk *TestKit) Session() sessiontypes.Session { |
| 148 | return tk.session |
| 149 | } |
| 150 | |
| 151 | // MustExec executes a sql statement and asserts nil error. |
| 152 | func (tk *TestKit) MustExec(sql string, args ...any) { |
no outgoing calls