gilcrest / diygoapi

A Go RESTful API template
MIT License
538 stars 67 forks source link

Add real db test for server/middleware_test.go #63

Open gilcrest opened 2 years ago

gilcrest commented 2 years ago

Right now, tests that hit the db are mocked. Need to add true tests that hit the db. It will be a significant effort to enable this due to the test data setup/cleanup that will need to be in place for these tests, but it's worth it.

gilcrest commented 1 year ago

See TestServer_appHandler for to see where mocked and replace with actual