Should I write and commit unit tests for minor changes and bug fixes?
For example, if the change is “return users’ full names instead of just last names”, is it worth it to add a test for it? Would it make the test suit fragmented and confusing?
For example, if the change is “return users’ full names instead of just last names”, is it worth it to add a test for it? Would it make the test suit fragmented and confusing?