one model of writing tests is that making sure that all ways all code can be called, (though that could be huge, if we don't apply reasonable approximations,)
tomorrow if some upgrade happens anywhere, if it is breaking some old code, so up to date tests, written alongside the app logic, will help invoke a fair % of code, to see if something breaks.
one model of writing tests is that making sure that all ways all code can be called, (though that could be huge, if we don't apply reasonable approximations,)
tomorrow if some upgrade happens anywhere, if it is breaking some old code, so up to date tests, written alongside the app logic, will help invoke a fair % of code, to see if something breaks.