You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it might be worth thinking about where the tests are placed, since (as well as my confusion on the struct tests) I got a bit confused over them being split between atomic_test.go and pointer_test.go and had to go hunting for some particular cases.
It might be worth thinking about having a layered approach where we move some of the existing unit tests out into integration tests (especially where the tested behaviour relies on a fallback coalescer that sits outside the unit).
I don't know if that's a task for right now though, seems like a low priority.
There are tests for structs here. It might be good to see some tests for structs which contain pointer fields.
The text was updated successfully, but these errors were encountered: