|
|
|
|
|
by loxdalen
891 days ago
|
|
I am confused about the example with the 'Greeting' function breaking the test. Did the author see this as an issue with testing? If the functionality is changed, the tests will have to be changed to reflect that. One feature of tests is that they are are documentation for the expected functionality of code, so naturally it needs to be updated when functionality changes. It is a feature in my opinion. |
|