Commit 6204c13
authored
test(contrib/drivers/mysql): add pagination and error handling tests (gogf#4703)
## Summary
- Add comprehensive pagination tests (Limit, Offset, Page, ForPage)
- Add error handling tests for invalid operations
- Add tests for edge cases and boundary conditions
**Test coverage added:**
- Pagination: ~28 test functions
- Error handling: ~20 test functions
Ref gogf#4689
## Test plan
```bash
cd contrib/drivers/mysql
go test -v -run "TestModel_Pagination|TestModel_Error|TestModel_InvalidOperation"
```1 parent a4b80e8 commit 6204c13
2 files changed
Lines changed: 1034 additions & 0 deletions
File tree
- contrib/drivers/mysql
0 commit comments