go-testfixtures / testfixtures

Ruby on Rails like test fixtures for Go. Write tests against a real database
https://pkg.go.dev/github.com/go-testfixtures/testfixtures/v3?tab=doc
MIT License
1.12k stars 80 forks source link

test: remove private api usages in tests #221

Closed slsyy closed 4 weeks ago

slsyy commented 2 months ago

refactor tests, so private interfaces are not used:

I need this for a lib/tests module split