diygoapi icon indicating copy to clipboard operation
diygoapi copied to clipboard

Add real db test for server/middleware_test.go

Open gilcrest opened this issue 3 years ago • 1 comments
trafficstars

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 avatar Jan 27 '22 17:01 gilcrest

See TestServer_appHandler for to see where mocked and replace with actual

gilcrest avatar Feb 09 '23 19:02 gilcrest