Comment on Scaling Go Testing with Contract and Scenario MocksparentComments−Thaxll8moTesting code is usually testing your code not that third party contract changed.You make a lot of assumption about contract change which in reality should rarely happen.
Comments
Testing code is usually testing your code not that third party contract changed.
You make a lot of assumption about contract change which in reality should rarely happen.